public function EntityDeleteBase::execute in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x modules/bibcite_entity/src/Plugin/Action/EntityDeleteBase.php \Drupal\bibcite_entity\Plugin\Action\EntityDeleteBase::execute()
Executes the plugin.
Overrides ExecutableInterface::execute
File
- modules/
bibcite_entity/ src/ Plugin/ Action/ EntityDeleteBase.php, line 88
Class
- EntityDeleteBase
- Base entity delete action.
Namespace
Drupal\bibcite_entity\Plugin\ActionCode
public function execute($object = NULL) {
$this
->executeMultiple([
$object,
]);
}