You are here

public function BaseJobAction::execute in TMGMT Extension Suite 8.3

Same name and namespace in other branches
  1. 8 src/Plugin/Action/BaseJobAction.php \Drupal\tmgmt_extension_suit\Plugin\Action\BaseJobAction::execute()
  2. 8.2 src/Plugin/Action/BaseJobAction.php \Drupal\tmgmt_extension_suit\Plugin\Action\BaseJobAction::execute()

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/Plugin/Action/BaseJobAction.php, line 116

Class

BaseJobAction
Class BaseJobAction.

Namespace

Drupal\tmgmt_extension_suit\Plugin\Action

Code

public function execute(ContentEntityInterface $entity = NULL) {
  $this
    ->executeMultiple([
    $entity,
  ]);
}