public function DeleteLog::execute in Log entity 8
Executes the plugin.
Overrides ExecutableInterface::execute
File
- src/
Plugin/ Action/ DeleteLog.php, line 92 - Contains \Drupal\log\Plugin\Action\DeleteLog.
Class
- DeleteLog
- Redirects to a log deletion form.
Namespace
Drupal\log\Plugin\ActionCode
public function execute($object = NULL) {
$this
->executeMultiple(array(
$object,
));
}