EntityTypeEvent::getEntityType

public EntityTypeEvent::getEntityType()

The entity type the event refers to.

Return value

\Drupal\Core\Entity\EntityTypeInterface

File

core/lib/Drupal/Core/Entity/EntityTypeEvent.php, line 45

Class

EntityTypeEvent
Defines a base class for all entity type events.

Namespace

Drupal\Core\Entity

Code

public function getEntityType() {
  return $this->entityType;
}
doc_Drupal
2016-10-29 09:08:12
Comments
Leave a Comment

Please login to continue.