Follow up for #1977784-27: Content language settings configuration page needs to determine what entities and bundles to include

Problem/Motivation

core/lib/Drupal/Core/Entity/Annotation/EntityType.php:

  /**
   * @todo translation_entity_entity_info_alter() uses this but it is undocumented.
   *
   * @var array
   */
  public $translation = array();

Is strange.

Proposed resolution

Document or remove it.

Remaining tasks

check to see if it is needed

User interface changes

No UI changes.

API changes

TBD

Comments

aspilicious’s picture