You are here

public function Action::getPluginDefinition in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getPluginDefinition()
  2. 9 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getPluginDefinition()

File

core/modules/system/src/Entity/Action.php, line 121

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

public function getPluginDefinition() {
  return $this
    ->getPlugin()
    ->getPluginDefinition();
}