public function DeleteSupportTicket::execute in Support Ticketing System 8
Executes the plugin.
Overrides ExecutableInterface::execute
File
- modules/
support_ticket/ src/ Plugin/ Action/ DeleteSupportTicket.php, line 92 - Contains \Drupal\support_ticket\Plugin\Action\DeleteSupportTicket.
Class
- DeleteSupportTicket
- Redirects to a support ticket deletion form.
Namespace
Drupal\support_ticket\Plugin\ActionCode
public function execute($object = NULL) {
$this
->executeMultiple(array(
$object,
));
}