Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/ResourceLoader/Hook/ResourceLoaderForeignApiModulesHook.php
Ðазад
<?php namespace MediaWiki\ResourceLoader\Hook; use MediaWiki\ResourceLoader\Context; /** * This is a hook handler interface, see docs/Hooks.md. * Use the hook name "ResourceLoaderForeignApiModules" to register handlers implementing this interface. * * @stable to implement * @ingroup ResourceLoaderHooks */ interface ResourceLoaderForeignApiModulesHook { /** * Add dependencies to the `mediawiki.ForeignApi` module when you wish * to override its behavior. See the JS docs for more information. * * This hook is called from ResourceLoaderForeignApiModule. * * @since 1.35 * @param string[] &$dependencies List of modules that mediawiki.ForeignApi should * depend on * @param Context|null $context * @return void This hook must not abort, it must return no value */ public function onResourceLoaderForeignApiModules( &$dependencies, $context ): void; }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка