ViewUI::getEntityType

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

1
2
3
public function getEntityType() {
  return $this->storage->getEntityType();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.