function ConfigEntityType::get
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php \Drupal\Core\Entity\Annotation\ConfigEntityType::get()
- 10 core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php \Drupal\Core\Entity\Annotation\ConfigEntityType::get()
- 11.x core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php \Drupal\Core\Entity\Annotation\ConfigEntityType::get()
Overrides EntityType::get
File
-
core/
lib/ Drupal/ Core/ Entity/ Annotation/ ConfigEntityType.php, line 33
Class
- ConfigEntityType
- Defines a config entity type annotation object.
Namespace
Drupal\Core\Entity\AnnotationCode
public function get() {
$this->definition['group_label'] = new TranslatableMarkup('Configuration', [], [
'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.