function Action::getPluginCollections
Same name in other branches
- 9 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getPluginCollections()
- 8.9.x core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getPluginCollections()
- 11.x core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getPluginCollections()
File
-
core/
modules/ system/ src/ Entity/ Action.php, line 122
Class
- Action
- Defines the configured action entity.
Namespace
Drupal\system\EntityCode
public function getPluginCollections() {
return [
'configuration' => $this->getPluginCollection(),
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.