Those keys are used by the Node entity type, but they're not documented in the EntityType annotation class.

CommentFileSizeAuthor
#1 2107317-do-not-test.patch830 bytesamateescu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amateescu’s picture

Title: The 'data_table' and 'revision_table' entity info keys are not documented » The 'data_table', 'revision_table' and 'revision_data_table' entity info keys are not documented
FileSize
830 bytes

After #2057401: Make the node entity database schema sensible, we have the following keys to document:

  • data_table
  • revision_table
  • revision_data_table

Here's a start ;)

plach’s picture

Not sure about this: after #1498720: [meta] Make the entity storage system handle changes in the entity and field schema definitions, those keys will go away as they will just be an implementation detail of the core SQL storage controller.

amateescu’s picture

Status: Active » Postponed

You're right, let's wait for that issue then.

mgifford’s picture

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

dpi’s picture

Status: Needs work » Closed (outdated)

\Drupal\Core\Entity\EntityType documents these keys.