Search for parse

  1. Search 7.x for parse
  2. Search 9.5.x for parse
  3. Search 10.3.x for parse
  4. Search 11.x for parse
  5. Other projects
Title Object type File name Summary
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 @coversDefaultClass \Drupal\Core\Test\RunTests\TestFileParser
@group Test
@group RunTests
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 @covers ::getTestListFromFile
TestFileParserTest::testParseContents function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php @covers ::parseContents
@dataProvider provideTestFileContents
TestLibraryDiscoveryParser class core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Wraps the tested class to mock the external dependencies.
TestLibraryDiscoveryParser::$paths property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestLibraryDiscoveryParser::$validUris property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestLibraryDiscoveryParser::drupalGetPath function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Wraps drupal_get_path().
TestLibraryDiscoveryParser::fileValidUri function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Wraps \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::isValidUri().
TestLibraryDiscoveryParser::setFileValidUri function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestLibraryDiscoveryParser::setPaths function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestParser class core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php Defines a Test parser implementation.
TestParser.php file core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php
TestParser::parse function core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php Implements \Drupal\aggregator\Plugin\ParserInterface::parse().
TestToolkit::parseFile function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Determines if a file contains a valid image.
TwigExtension::getTokenParsers function core/lib/Drupal/Core/Template/TwigExtension.php
TwigTransTokenParser class core/lib/Drupal/Core/Template/TwigTransTokenParser.php A class that defines the Twig 'trans' token parser for Drupal.
TwigTransTokenParser.php file core/lib/Drupal/Core/Template/TwigTransTokenParser.php
TwigTransTokenParser::checkTransString function core/lib/Drupal/Core/Template/TwigTransTokenParser.php Ensure that any nodes that are parsed are only of allowed types.
TwigTransTokenParser::decideForEnd function core/lib/Drupal/Core/Template/TwigTransTokenParser.php Detect the end of a 'trans' tag.
TwigTransTokenParser::decideForFork function core/lib/Drupal/Core/Template/TwigTransTokenParser.php Detect a 'plural' switch or the end of a 'trans' tag.
TwigTransTokenParser::getTag function core/lib/Drupal/Core/Template/TwigTransTokenParser.php
TwigTransTokenParser::parse function core/lib/Drupal/Core/Template/TwigTransTokenParser.php
UpdateProcessor::parseXml function core/modules/update/src/UpdateProcessor.php Parses the XML of the Drupal release history info files.
UrlHelper::parse function core/lib/Drupal/Component/Utility/UrlHelper.php Parses a URL string into its path, query, and fragment components.
UrlHelperTest::providerTestParse function core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php Provides data for self::testParse().
UrlHelperTest::testParse function core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php Tests url parsing.
UrlTest::testDrupalParseUrl function core/modules/system/tests/src/Functional/Common/UrlTest.php Tests UrlHelper::parse().
VfsInfoParser class core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php
VfsInfoParser::parse function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Parses Drupal module, theme and profile .info.yml files.
VfsThemeExtensionList::setInfoParser function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Sets the info parser.
ViewsSearchQuery::publicParseSearchExpression function core/modules/search/src/ViewsSearchQuery.php Executes and returns the protected parseSearchExpression method.
YamlFileLoader::parseDefinition function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Parses a definition.
YamlFileLoader::parseDefinitions function core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php Parses definitions
YamlFileLoaderTest::testParseDefinitionsWithProvider function core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
YamlParserProxy class core/tests/Drupal/Tests/Core/Serialization/YamlTest.php
YamlParserProxy class core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
YamlParserProxy::$mock property core/tests/Drupal/Tests/Core/Serialization/YamlTest.php
YamlParserProxy::$mock property core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
YamlParserProxy::decode function core/tests/Drupal/Tests/Core/Serialization/YamlTest.php Decodes data from the serialization format.
YamlParserProxy::decode function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Decodes data from the serialization format.
YamlParserProxy::encode function core/tests/Drupal/Tests/Core/Serialization/YamlTest.php Encodes data into the serialization format.
YamlParserProxy::encode function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Encodes data into the serialization format.
YamlParserProxy::getFileExtension function core/tests/Drupal/Tests/Core/Serialization/YamlTest.php Gets the file extension for this serialization format.
YamlParserProxy::getFileExtension function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php Gets the file extension for this serialization format.
YamlParserProxy::setMock function core/tests/Drupal/Tests/Core/Serialization/YamlTest.php
YamlParserProxy::setMock function core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
YamlTest::$mockParser property core/tests/Drupal/Tests/Component/Serialization/YamlTest.php

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