You are here

protected property LanguageNegotiationContentEntity::$deprecatedProperties in Drupal 8

File

core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php, line 36

Class

LanguageNegotiationContentEntity
Class for identifying the content translation language.

Namespace

Drupal\language\Plugin\LanguageNegotiation

Code

protected $deprecatedProperties = [
  'entityManager' => 'entity.manager',
];