function SqlContentEntityStorageSchema::processRevisionTable
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::processRevisionTable()
- 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 1490
Class
- SqlContentEntityStorageSchema
- Defines a schema handler that supports revisionable, translatable entities.
Namespace
Drupal\Core\Entity\SqlCode
protected function processRevisionTable(ContentEntityTypeInterface $entity_type, array &$schema) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.