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