function DesignToken::getPluginCollections
Same name and namespace in other branches
- main core/lib/Drupal/Core/Theme/Entity/DesignToken.php \Drupal\Core\Theme\Entity\DesignToken::getPluginCollections()
Gets the plugin collections used by this object.
Return value
\Drupal\Component\Plugin\LazyPluginCollection[] An array of plugin collections, keyed by the property name they use to store their configuration.
Overrides ObjectWithPluginCollectionInterface::getPluginCollections
File
-
core/
lib/ Drupal/ Core/ Theme/ Entity/ DesignToken.php, line 106
Class
- DesignToken
- Configuration entity.
Namespace
Drupal\Core\Theme\EntityCode
public function getPluginCollections() {
return [
'scopes' => $this->getScopes(),
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.