You are here

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_kanban

Code

public function getLabel() {
  return $this->label;
}