public function EntityTypeConfig::getLabel in Content Planner 8
Get Label.
Return value
string Returns a string representing the entity type config label.
File
- modules/
content_kanban/ src/ EntityTypeConfig.php, line 80
Class
- EntityTypeConfig
- Class EntityTypeConfig.
Namespace
Drupal\content_kanbanCode
public function getLabel() {
return $this->label;
}