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