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_kanbanCode
public function getEntityType() {
return $this->entityType;
}