MediaWiki master
ResourceLoaderForeignApiModulesHook.php
Go to the documentation of this file.
1<?php
2
4
6
27 public function onResourceLoaderForeignApiModules( &$dependencies, $context ): void;
28}
Context object that contains information about the state of a specific ResourceLoader web request.
Definition Context.php:45
onResourceLoaderForeignApiModules(&$dependencies, $context)
Add dependencies to the mediawiki.ForeignApi module when you wish to override its behavior.