You are here

public function EdgeEntityType::get in Apigee Edge 8

Gets the value of an annotation.

Overrides EntityType::get

File

src/Annotation/EdgeEntityType.php, line 51

Class

EdgeEntityType
Defines an Apigee Edge entity type annotation object.

Namespace

Drupal\apigee_edge\Annotation

Code

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