Search for parse

  1. Search 7.x for parse
  2. Search 9.5.x for parse
  3. Search 8.9.x for parse
  4. Search 10.3.x for parse
  5. Search 11.x for parse
  6. Other projects
Title Object type File name Summary
StaticReflectionParser::$shortClassName property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The short class name.
StaticReflectionParser::$useStatements property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The use statements of the class.
StaticReflectionParser::fullySpecifyName function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Converts a name into a fully specified name.
StaticReflectionParser::getClassName function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::getDocComment function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the doc comment.
StaticReflectionParser::getMethodAttributes function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::getNamespaceName function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::getParentParser function core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php If the current class extends another, get the parser for the latter.
StaticReflectionParser::getParentStaticReflectionParser function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::getReflectionClass function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the ReflectionClass equivalent for this class.
StaticReflectionParser::getStaticReflectionParserForDeclaringClass function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the PSR-0 parser for the declaring class.
StaticReflectionParser::getUseStatements function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the use statements from this file.
StaticReflectionParser::hasAttribute function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::hasClassAttribute function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Determines if the class has the provided class attribute.
StaticReflectionParser::parse function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::__construct function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Parses a class residing in a PSR-0 hierarchy.
StaticReflectionParserTest class core/tests/Drupal/Tests/Component/Annotation/Doctrine/StaticReflectionParserTest.php Tests Drupal\Component\Annotation\Doctrine\StaticReflectionParser.
StaticReflectionParserTest.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/StaticReflectionParserTest.php
StaticReflectionParserTest::testAttribute function core/tests/Drupal/Tests/Component/Annotation/Doctrine/StaticReflectionParserTest.php
Style::parseStylesFormValue function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Parses the line-based (for form) style configuration.
SysLog::$parser property core/modules/syslog/src/Logger/SysLog.php The message's placeholders parser.
TestDiscoveryTest::infoParserProvider function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php
TestDiscoveryTest::testTestInfoParser function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php Tests test info parser.
TestDiscoveryTest::testTestInfoParserMissingGroup function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php Tests for missing #[Group] attribute.
TestDiscoveryTest::testTestInfoParserMissingGroupWithDataProvider function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php Tests for missing #[Group] attribute in a test with DataProvider.
TestFileParser class core/lib/Drupal/Core/Test/RunTests/TestFileParser.php Parses class names from PHP files without loading them.
TestFileParser.php file core/lib/Drupal/Core/Test/RunTests/TestFileParser.php
TestFileParser::getTestListFromFile function core/lib/Drupal/Core/Test/RunTests/TestFileParser.php Gets the classes from a PHP file.
TestFileParser::parseContents function core/lib/Drupal/Core/Test/RunTests/TestFileParser.php Parse class names out of PHP file contents.
TestFileParserTest class core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php Tests for the deprecated TestFileParser class.
TestFileParserTest.php file core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php
TestFileParserTest::provideTestFileContents function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php
TestFileParserTest::testGetTestListFromFile function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php Tests get test list from file.
TestFileParserTest::testParseContents function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php Tests parse contents.
TestLibraryDiscoveryParser class core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Wraps the tested class to mock the external dependencies.
TestLibraryDiscoveryParser::$validUris property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php The valid URIs.
TestLibraryDiscoveryParser::fileValidUri function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestLibraryDiscoveryParser::setFileValidUri function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestToolkit::parseFile function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TokenParser class core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php Parses a file for namespaces/use/class declarations.
TokenParser.php file core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php 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/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php The number of tokens.
TokenParser::$pointer property core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php The current array pointer.
TokenParser::$tokens property core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php The token list.
TokenParser::next function core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php Gets the next non whitespace and non comment token.
TokenParser::parseClass function core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php Gets the class name.
TokenParser::parseNamespace function core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php Gets the namespace.
TokenParser::parseUseStatement function core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php Parses a single use statement.
TokenParser::parseUseStatements function core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php Gets all use statements.
TokenParser::__construct function core/lib/Drupal/Component/Annotation/Doctrine/TokenParser.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.