You are here

constant AnnotationObject::DEPRECATED_REGEX in Markdown 8.2

File

src/Annotation/AnnotationObject.php, line 26

Class

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

Namespace

Drupal\markdown\Annotation

Code

const DEPRECATED_REGEX = '/@deprecated ([^@]+|\\n)+(?:@see (.*))?/';