You are here

public function FieldableEdgeEntityStorageBase::onEntityTypeCreate in Apigee Edge 8

Reacts to the creation of the entity type.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type being created.

Overrides EntityTypeListenerInterface::onEntityTypeCreate

File

src/Entity/Storage/FieldableEdgeEntityStorageBase.php, line 66

Class

FieldableEdgeEntityStorageBase
Base class for fieldable Apigee Edge entities.

Namespace

Drupal\apigee_edge\Entity\Storage

Code

public function onEntityTypeCreate(EntityTypeInterface $entity_type) {
}