You are here

public function AnnotationObject::get in Markdown 8.2

Gets the value of an annotation.

Overrides AnnotationInterface::get

File

src/Annotation/AnnotationObject.php, line 233

Class

AnnotationObject
Base annotation class for retrieving the annotation as an object.

Namespace

Drupal\markdown\Annotation

Code

public function get() {
  return $this;
}