You are here

protected function SqlContentEntityStorageSchema::processBaseTable in Drupal 8

Processes the gathered schema for a base table.

This function will be removed in Drupal 9.0.x.

Parameters

\Drupal\Core\Entity\ContentEntityTypeInterface $entity_type: The entity type.

array $schema: The table schema, passed by reference.

See also

https://www.drupal.org/node/3111613

1 call to SqlContentEntityStorageSchema::processBaseTable()
SqlContentEntityStorageSchema::getEntitySchema in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
Gets the entity schema for the specified entity type.

File

core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 1475

Class

SqlContentEntityStorageSchema
Defines a schema handler that supports revisionable, translatable entities.

Namespace

Drupal\Core\Entity\Sql

Code

protected function processBaseTable(ContentEntityTypeInterface $entity_type, array &$schema) {
}