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

public function getEntityType() {
  return $this->storage->getEntityType();
}
doc_Drupal
2016-10-29 09:55:57
Comments
Leave a Comment

Please login to continue.