7 calls to DocParser::match()
- DocParser::Annotation in core/
lib/ Drupal/ Component/ Annotation/ Doctrine/ DocParser.php - Annotation ::= "@" AnnotationName MethodCall AnnotationName ::= QualifiedName | SimpleName QualifiedName ::= NameSpacePart "\" {NameSpacePart "\"}* SimpleName NameSpacePart ::= identifier | null | false |…
- DocParser::ArrayX in core/
lib/ Drupal/ Component/ Annotation/ Doctrine/ DocParser.php - Array ::= "{" ArrayEntry {"," ArrayEntry}* [","] "}"
- DocParser::FieldAssignment in core/
lib/ Drupal/ Component/ Annotation/ Doctrine/ DocParser.php - FieldAssignment ::= FieldName "=" PlainValue FieldName ::= identifier
- DocParser::Identifier in core/
lib/ Drupal/ Component/ Annotation/ Doctrine/ DocParser.php - Identifier ::= string
- DocParser::MethodCall in core/
lib/ Drupal/ Component/ Annotation/ Doctrine/ DocParser.php - MethodCall ::= ["(" [Values] ")"]
- DocParser::PlainValue in core/
lib/ Drupal/ Component/ Annotation/ Doctrine/ DocParser.php - PlainValue ::= integer | string | float | boolean | Array | Annotation
- DocParser::Values in core/
lib/ Drupal/ Component/ Annotation/ Doctrine/ DocParser.php - Values ::= Array | Value {"," Value}* [","]
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.