public function BaseJobAction::execute in TMGMT Extension Suite 8
Same name and namespace in other branches
- 8.3 src/Plugin/Action/BaseJobAction.php \Drupal\tmgmt_extension_suit\Plugin\Action\BaseJobAction::execute()
- 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 98
Class
Namespace
Drupal\tmgmt_extension_suit\Plugin\ActionCode
public function execute(ContentEntityInterface $entity = NULL) {
$this
->executeMultiple([
$entity,
]);
}