abstract protected function BasePhpFormulaLoader::registerPrototypes

Returns an array of prototypical calls and options.

Return value

array Prototypes and options

1 call to BasePhpFormulaLoader::registerPrototypes()
BasePhpFormulaLoader::__construct in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php
1 method overrides BasePhpFormulaLoader::registerPrototypes()
FunctionCallsFormulaLoader::registerPrototypes in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php
Returns an array of prototypical calls and options.

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php, line 141

Class

BasePhpFormulaLoader
Loads asset formulae from PHP files.

Namespace

Assetic\Factory\Loader

Code

protected abstract function registerPrototypes();