function 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();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.