You are here

public function EntityTypeConfig::getEntityType in Content Planner 8

Gets the entity type.

File

modules/content_kanban/src/EntityTypeConfig.php, line 70

Class

EntityTypeConfig
Class EntityTypeConfig.

Namespace

Drupal\content_kanban

Code

public function getEntityType() {
  return $this->entityType;
}