public function Translation::get

Implements Drupal\Core\Annotation\AnnotationInterface::get().

Overrides AnnotationInterface::get

File

drupal/core/lib/Drupal/Core/Annotation/Translation.php, line 75
Definition of Drupal\Core\Annotation\Translation.

Class

Translation
Defines a translatable annotation object.

Namespace

Drupal\Core\Annotation

Code

public function get() {
  return $this->translation;
}