abstract protected function BasePhpFormulaLoader::registerSetupCode

Returns setup code for the reflection scriptlet.

Return value

string Some PHP setup code

1 call to BasePhpFormulaLoader::registerSetupCode()
BasePhpFormulaLoader::processCall in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php
1 method overrides BasePhpFormulaLoader::registerSetupCode()
FunctionCallsFormulaLoader::registerSetupCode in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php
Returns setup code for the reflection scriptlet.

File

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

Class

BasePhpFormulaLoader
Loads asset formulae from PHP files.

Namespace

Assetic\Factory\Loader

Code

protected abstract function registerSetupCode();