By daffie on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.9.x
Introduced in version:
8.9
Issue links:
Description:
The methods processBaseTable() and processRevisionTable() are removed from the class Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema, becuase they are no longer used by Drupal core. THey where protected methods and therefore not part of the public API.
Removed:
protected function processBaseTable(ContentEntityTypeInterface $entity_type, array &$schema) {}
protected function processRevisionTable(ContentEntityTypeInterface $entity_type, array &$schema) {}
Impacts:
Module developers