public function HostMultipleDelete::execute in http:BL 8
Executes the plugin.
Overrides ExecutableInterface::execute
File
- src/
Plugin/ Action/ HostMultipleDelete.php, line 87
Class
- HostMultipleDelete
- Redirects to a host deletion form.
Namespace
Drupal\httpbl\Plugin\ActionCode
public function execute($object = NULL) {
$this
->executeMultiple(array(
$object,
));
}