Page MenuHomeWickedGov Phorge

ScribuntoExternalLibraryPathsHook.php
No OneTemporary

Size
567 B
Referenced Files
None
Subscribers
None

ScribuntoExternalLibraryPathsHook.php

<?php
namespace MediaWiki\Extension\Scribunto\Hooks;
/**
* This is a hook handler interface, see docs/Hooks.md in core.
* Use the hook name "ScribuntoExternalLibraryPaths" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface ScribuntoExternalLibraryPathsHook {
/**
* @param string $engine
* @param array &$extraLibraryPaths
* @return bool|void True or no return value to continue or false to abort
*/
public function onScribuntoExternalLibraryPaths( string $engine, array &$extraLibraryPaths );
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 13:19 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f0/84/4f50a1fd60b7199e698147a2d8b4
Default Alt Text
ScribuntoExternalLibraryPathsHook.php (567 B)

Event Timeline