FOF30\Platform\Base\Platform::runPlugins PHP Method

runPlugins() public method

Execute plugins (system-level triggers) and fetch back an array with their return values.
See also: F0FPlatformInterface::runPlugins()
public runPlugins ( string $event, array $data ) : array
$event string The event (trigger) name, e.g. onBeforeScratchMyEar
$data array A hash array of data sent to the plugins as part of the trigger
return array A simple array containing the results of the plugins triggered
    public function runPlugins($event, $data)
    {
        return array();
    }