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