public function Action::getPluginDefinition in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getPluginDefinition()
File
- core/
modules/ system/ src/ Entity/ Action.php, line 119 - Contains \Drupal\system\Entity\Action.
Class
- Action
- Defines the configured action entity.
Namespace
Drupal\system\EntityCode
public function getPluginDefinition() {
return $this
->getPlugin()
->getPluginDefinition();
}