You are here

public function SerialStorageInterface::dropStorage in Serial Field 8

Drops an assistant serial storage for a deleted field.

Parameters

\Drupal\Core\Field\FieldDefinitionInterface $fieldDefinition: Field definition.

\Drupal\Core\Entity\FieldableEntityInterface $entity: Entity.

1 method overrides SerialStorageInterface::dropStorage()
SerialSQLStorage::dropStorage in src/SerialSQLStorage.php
Drops an assistant serial storage for a deleted field.

File

src/SerialStorageInterface.php, line 118

Class

SerialStorageInterface
Defines an interface for serial storage classes.

Namespace

Drupal\serial

Code

public function dropStorage(FieldDefinitionInterface $fieldDefinition, FieldableEntityInterface $entity);