You are here

public function AnnotationObject::id in Markdown 8.2

Gets the unique identifier of the plugin.

Return value

string The unique identifier of the plugin.

Overrides PluginDefinitionInterface::id

File

src/Annotation/AnnotationObject.php, line 258

Class

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

Namespace

Drupal\markdown\Annotation

Code

public function id() {
  return $this
    ->getId();
}