public function Workflow::getName in Workflow 7.2
Same name and namespace in other branches
- 7 includes/Entity/Workflow.php \Workflow::getName()
Mimics Entity API functions.
1 call to Workflow::getName()
- Workflow::isValid in includes/
Entity/ Workflow.php - Validate the workflow. Generate a message if not correct.
File
- includes/
Entity/ Workflow.php, line 688 - Contains workflow\includes\Entity\Workflow. Contains workflow\includes\Entity\WorkflowController.
Class
Code
public function getName() {
return $this->name;
}