public ViewUI::getEntityType()
Gets the entity type definition.
Return value
\Drupal\Core\Entity\EntityTypeInterface The entity type definition.
Overrides EntityInterface::getEntityType
File
- core/modules/views_ui/src/ViewUI.php, line 943
Class
- ViewUI
- Stores UI related temporary settings.
Namespace
Drupal\views_ui
Code
public function getEntityType() { return $this->storage->getEntityType(); }
Please login to continue.