public function WorkflowInterface::isDeletable in Workflow 7.2
Returns if the Workflow may be deleted.
Return value
bool $is_deletable TRUE if a Workflow may safely be deleted.
1 method overrides WorkflowInterface::isDeletable()
- Workflow::isDeletable in includes/
Entity/ Workflow.php - Returns if the Workflow may be deleted.
File
- includes/
Entity/ WorkflowInterface.php, line 55 - Contains Drupal\workflow\Entity\WorkflowInterface.
Class
- WorkflowInterface
- Defines a common interface for Workflow*Transition* objects.
Code
public function isDeletable();