function ActionConfigEntityInterface::getPlugin

Same name and namespace in other branches
  1. 9 core/modules/system/src/ActionConfigEntityInterface.php \Drupal\system\ActionConfigEntityInterface::getPlugin()
  2. 10 core/modules/system/src/ActionConfigEntityInterface.php \Drupal\system\ActionConfigEntityInterface::getPlugin()
  3. 11.x core/modules/system/src/ActionConfigEntityInterface.php \Drupal\system\ActionConfigEntityInterface::getPlugin()

Returns the operation plugin.

Return value

\Drupal\Core\Action\ActionInterface

1 method overrides ActionConfigEntityInterface::getPlugin()
Action::getPlugin in core/modules/system/src/Entity/Action.php
Returns the operation plugin.

File

core/modules/system/src/ActionConfigEntityInterface.php, line 31

Class

ActionConfigEntityInterface
Provides an interface defining a action entity.

Namespace

Drupal\system

Code

public function getPlugin();

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