You are here

public function FieldableEdgeEntityStorageBase::onFieldDefinitionCreate in Apigee Edge 8

Reacts to the creation of a field.

Parameters

\Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field definition created.

Overrides FieldDefinitionListenerInterface::onFieldDefinitionCreate

File

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

Class

FieldableEdgeEntityStorageBase
Base class for fieldable Apigee Edge entities.

Namespace

Drupal\apigee_edge\Entity\Storage

Code

public function onFieldDefinitionCreate(FieldDefinitionInterface $field_definition) {
}