function Workflow::getName in Workflow 7
Same name and namespace in other branches
- 7.2 includes/Entity/Workflow.php \Workflow::getName()
1 call to Workflow::getName()
- Workflow::validate in includes/
Entity/ Workflow.php - Validate the workflow. Generate a message if not correct. This function is used on the settings page of
File
- includes/
Entity/ Workflow.php, line 360 - Contains workflow\includes\Entity\Workflow.
Class
- Workflow
- @file Contains workflow\includes\Entity\Workflow.
Code
function getName() {
return $this->name;
}