You are here

protected function AnnotationObject::validateIdentifier in Markdown 8.2

Helper method for validating the definition identifier.

Parameters

\Drupal\markdown\Annotation\Identifier $id: The identifier to validate.

1 call to AnnotationObject::validateIdentifier()
AnnotationObject::__construct in src/Annotation/AnnotationObject.php
AnnotationObject constructor.
2 methods override AnnotationObject::validateIdentifier()
ComposerPackage::validateIdentifier in src/Annotation/ComposerPackage.php
Helper method for validating the definition identifier.
PeclExtension::validateIdentifier in src/Annotation/PeclExtension.php
Helper method for validating the definition identifier.

File

src/Annotation/AnnotationObject.php, line 384

Class

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

Namespace

Drupal\markdown\Annotation

Code

protected function validateIdentifier(Identifier $id) {
}