Search for parse
- Search 7.x for parse
- Search 8.9.x for parse
- Search 10.3.x for parse
- Search 11.x for parse
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AggregatorParser | class | core/ |
Defines a Plugin annotation object for aggregator parser plugins. |
AggregatorParser.php | file | core/ |
|
AggregatorParser::$description | property | core/ |
The description of the plugin. |
AggregatorParser::$id | property | core/ |
The plugin ID. |
AggregatorParser::$title | property | core/ |
The title of the plugin. |
AggregatorPluginManagerTest::testParserInfoAlter | function | core/ |
Tests that the fetcher info alter hook works. |
aggregator_test_aggregator_parser_info_alter | function | core/ |
Implements hook_aggregator_parser_info_alter(). |
ArrayElement::parse | function | core/ |
Builds an array of contained elements. |
AssertContentTrait::parse | function | core/ |
Parse content returned from curlExec using DOM and SimpleXML. |
CacheContextsManager::parseTokens | function | core/ |
Parses cache context tokens into context IDs and optional parameters. |
Constraint::parseConstraint | function | core/ |
Parses a constraint string. |
Database::parseConnectionInfo | function | core/ |
Process the configuration file for database information. |
DbLog::$parser | property | core/ |
The message's placeholders parser. |
DefaultParser | class | core/ |
Defines a default parser implementation. |
DefaultParser.php | file | core/ |
|
DefaultParser::parse | function | core/ |
Parses feed data. |
DocParser | class | core/ |
A parser for docblock annotations. |
DocParser.php | file | core/ |
This class is a near-copy of Doctrine\Common\Annotations\DocParser, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
DocParser::$annotationMetadata | property | core/ |
Hash-map for caching annotation metadata. |
DocParser::$classExists | property | core/ |
This hashmap is used internally to cache results of class_exists() look-ups. |
DocParser::$classIdentifiers | property | core/ |
An array of all valid tokens for a class name. |
DocParser::$context | property | core/ |
|
DocParser::$ignoredAnnotationNames | property | core/ |
A list with annotations that are not causing exceptions when not resolved to an annotation class. |
DocParser::$ignoreNotImportedAnnotations | property | core/ |
Whether annotations that have not been imported should be ignored. |
DocParser::$imports | property | core/ |
Hashmap containing all use-statements that are to be used when parsing the given doc block. |
DocParser::$isNestedAnnotation | property | core/ |
Flag to control if the current annotation is nested or not. |
DocParser::$lexer | property | core/ |
The lexer. |
DocParser::$metadataParser | property | core/ |
Doc parser used to collect annotation target. |
DocParser::$namespaces | property | core/ |
An array of default namespaces if operating in simple mode. |
DocParser::$target | property | core/ |
Current target context. |
DocParser::$typeMap | property | core/ |
Hash-map for handle types declaration. |
DocParser::addNamespace | function | core/ |
Sets the default namespaces. |
DocParser::Annotation | function | core/ |
Annotation ::= "@" AnnotationName MethodCall AnnotationName ::= QualifiedName | SimpleName QualifiedName ::= NameSpacePart "\" {NameSpacePart "\"}* SimpleName NameSpacePart ::= identifier | null | false |… |
DocParser::Annotations | function | core/ |
Annotations ::= Annotation {[ "*" ]* [Annotation]}* |
DocParser::ArrayEntry | function | core/ |
ArrayEntry ::= Value | KeyValuePair KeyValuePair ::= Key ("=" | ":") PlainValue | Constant Key ::= string | integer | Constant |
DocParser::Arrayx | function | core/ |
Array ::= "{" ArrayEntry {"," ArrayEntry}* [","] "}" |
DocParser::classExists | function | core/ |
Attempts to check if a class exists or not. This never goes through the PHP autoloading mechanism but uses the {@link AnnotationRegistry} to load classes. |
DocParser::collectAnnotationMetadata | function | core/ |
Collects parsing metadata for a given annotation class |
DocParser::collectAttributeTypeMetadata | function | core/ |
Collects parsing metadata for a given attribute. |
DocParser::Constant | function | core/ |
Constant ::= integer | string | float | boolean |
DocParser::FieldAssignment | function | core/ |
FieldAssignment ::= FieldName "=" PlainValue FieldName ::= identifier |
DocParser::findInitialTokenPosition | function | core/ |
Finds the first valid annotation |
DocParser::Identifier | function | core/ |
Identifier ::= string |
DocParser::match | function | core/ |
Attempts to match the given token with the current lookahead token. If they match, updates the lookahead token; otherwise raises a syntax error. |
DocParser::matchAny | function | core/ |
Attempts to match the current lookahead token with any of the given tokens. |
DocParser::MethodCall | function | core/ |
MethodCall ::= ["(" [Values] ")"] |
DocParser::parse | function | core/ |
Parses the given docblock string for annotations. |
DocParser::PlainValue | function | core/ |
PlainValue ::= integer | string | float | boolean | Array | Annotation |
DocParser::setIgnoredAnnotationNames | function | core/ |
Sets the annotation names that are ignored during the parsing process. |
DocParser::setIgnoreNotImportedAnnotations | function | core/ |
Sets ignore on not-imported annotations. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.