Translation::get

public Translation::get()

Gets the value of an annotation.

Overrides AnnotationInterface::get

File

core/lib/Drupal/Core/Annotation/Translation.php, line 90

Class

Translation
Defines a translatable annotation object.

Namespace

Drupal\Core\Annotation

Code

1
2
3
public function get() {
  return $this->translation;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.