You are here

public function FieldableEdgeEntityStorageBase::onFieldDefinitionUpdate in Apigee Edge 8

Reacts to the update of a field.

Parameters

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

\Drupal\Core\Field\FieldDefinitionInterface $original: The original field definition; i.e., the definition before the update.

Overrides FieldDefinitionListenerInterface::onFieldDefinitionUpdate

File

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

Class

FieldableEdgeEntityStorageBase
Base class for fieldable Apigee Edge entities.

Namespace

Drupal\apigee_edge\Entity\Storage

Code

public function onFieldDefinitionUpdate(FieldDefinitionInterface $field_definition, FieldDefinitionInterface $original) {
}