public function DependencyExtractorInterface::getChildren

Returns child assets.

Parameters

AssetFactory $factory The asset factory:

string $content The asset content:

string $loadPath An optional load path:

Return value

AssetInterface[] Child assets

11 methods override DependencyExtractorInterface::getChildren()
CompassFilter::getChildren in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php
Returns child assets.
CssEmbedFilter::getChildren in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php
Returns child assets.
CssImportFilter::getChildren in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php
Returns child assets.
LessFilter::getChildren in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php
@todo support for @import-once @todo support for @import (less) "lib.css"
LessphpFilter::getChildren in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php
Returns child assets.

... See full list

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php, line 33

Class

DependencyExtractorInterface
A filter that knows how to extract dependencies.

Namespace

Assetic\Filter

Code

public function getChildren(AssetFactory $factory, $content, $loadPath = null);