function ContentEntityType::get

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php \Drupal\Core\Entity\Annotation\ContentEntityType::get()
  2. 8.9.x core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php \Drupal\Core\Entity\Annotation\ContentEntityType::get()
  3. 10 core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php \Drupal\Core\Entity\Annotation\ContentEntityType::get()

Overrides EntityType::get

File

core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php, line 36

Class

ContentEntityType
Defines a content entity type annotation object.

Namespace

Drupal\Core\Entity\Annotation

Code

public function get() {
    $this->definition['group_label'] = new TranslatableMarkup('Content', [], [
        'context' => 'Entity type group',
    ]);
    return parent::get();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.