public function KanbanLog::getStateFrom in Content Planner 8
Gets the from state.
Return value
mixed Returns the state_from value.
File
- modules/
content_kanban/ src/ Entity/ KanbanLog.php, line 151
Class
- KanbanLog
- Defines the Kanban Log entity.
Namespace
Drupal\content_kanban\EntityCode
public function getStateFrom() {
return $this
->get('state_from')->value;
}