Search for parse
- Search 7.x for parse
- Search 9.5.x for parse
- Search 8.9.x for parse
- Search 10.3.x for parse
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StaticReflectionParser::getParentStaticReflectionParser | function | core/ |
|
| StaticReflectionParser::getReflectionClass | function | core/ |
Gets the ReflectionClass equivalent for this class. |
| StaticReflectionParser::getStaticReflectionParserForDeclaringClass | function | core/ |
Gets the PSR-0 parser for the declaring class. |
| StaticReflectionParser::getUseStatements | function | core/ |
Gets the use statements from this file. |
| StaticReflectionParser::hasAttribute | function | core/ |
|
| StaticReflectionParser::hasClassAttribute | function | core/ |
Determines if the class has the provided class attribute. |
| StaticReflectionParser::parse | function | core/ |
|
| StaticReflectionParser::__construct | function | core/ |
Parses a class residing in a PSR-0 hierarchy. |
| StaticReflectionParserTest | class | core/ |
Tests Drupal\Component\Annotation\Doctrine\StaticReflectionParser. |
| StaticReflectionParserTest.php | file | core/ |
|
| StaticReflectionParserTest::testAttribute | function | core/ |
… |
| Style::parseStylesFormValue | function | core/ |
Parses the line-based (for form) style configuration. |
| SysLog::$parser | property | core/ |
The message's placeholders parser. |
| TestDiscovery::parseTestClassSummary | function | core/ |
Parses the phpDoc summary line of a test class. |
| TestDiscoveryTest::infoParserProvider | function | core/ |
|
| TestDiscoveryTest::testTestInfoParser | function | core/ |
Tests test info parser. |
| TestDiscoveryTest::testTestInfoParserMissingGroup | function | core/ |
@legacy-covers ::getTestInfo |
| TestDiscoveryTest::testTestInfoParserMissingSummary | function | core/ |
@legacy-covers ::getTestInfo |
| TestFileParser | class | core/ |
Parses class names from PHP files without loading them. |
| TestFileParser.php | file | core/ |
|
| TestFileParser::getTestListFromFile | function | core/ |
Gets the classes from a PHP file. |
| TestFileParser::parseContents | function | core/ |
Parse class names out of PHP file contents. |
| TestFileParserTest | class | core/ |
Tests for the deprecated TestFileParser class. |
| TestFileParserTest.php | file | core/ |
|
| TestFileParserTest::provideTestFileContents | function | core/ |
|
| TestFileParserTest::testGetTestListFromFile | function | core/ |
@legacy-covers ::getTestListFromFile |
| TestFileParserTest::testParseContents | function | core/ |
@legacy-covers ::parseContents |
| TestLibraryDiscoveryParser | class | core/ |
Wraps the tested class to mock the external dependencies. |
| TestLibraryDiscoveryParser::$validUris | property | core/ |
The valid URIs. |
| TestLibraryDiscoveryParser::fileValidUri | function | core/ |
|
| TestLibraryDiscoveryParser::setFileValidUri | function | core/ |
|
| TestToolkit::parseFile | function | core/ |
Determines if a file contains a valid image. |
| TokenParser | class | core/ |
Parses a file for namespaces/use/class declarations. |
| TokenParser.php | file | core/ |
This class is a near-copy of Doctrine\Common\Annotations\TokenParser, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 2.0.2. |
| TokenParser::$numTokens | property | core/ |
The number of tokens. |
| TokenParser::$pointer | property | core/ |
The current array pointer. |
| TokenParser::$tokens | property | core/ |
The token list. |
| TokenParser::next | function | core/ |
Gets the next non whitespace and non comment token. |
| TokenParser::parseClass | function | core/ |
Gets the class name. |
| TokenParser::parseNamespace | function | core/ |
Gets the namespace. |
| TokenParser::parseUseStatement | function | core/ |
Parses a single use statement. |
| TokenParser::parseUseStatements | function | core/ |
Gets all use statements. |
| TokenParser::__construct | function | core/ |
|
| TwigExtension::getTokenParsers | function | core/ |
|
| TwigTransTokenParser | class | core/ |
A class that defines the Twig 'trans' token parser for Drupal. |
| TwigTransTokenParser.php | file | core/ |
|
| TwigTransTokenParser::checkTransString | function | core/ |
Ensure that any nodes that are parsed are only of allowed types. |
| TwigTransTokenParser::decideForEnd | function | core/ |
Detect the end of a 'trans' tag. |
| TwigTransTokenParser::decideForFork | function | core/ |
Detect a 'plural' switch or the end of a 'trans' tag. |
| TwigTransTokenParser::getTag | function | core/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.