You are here

public function AnnotationBaseStub::get in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php \Drupal\Tests\Component\Annotation\AnnotationBaseStub::get()

Gets the value of an annotation.

Overrides AnnotationInterface::get

File

core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php, line 53

Class

AnnotationBaseStub

Namespace

Drupal\Tests\Component\Annotation

Code

public function get() {
}