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
FeedParserTest::testInvalidFeed function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests error handling when an invalid feed is added.
FeedParserTest::testRedirectFeed function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests that a redirected feed is tracked to its target.
FeedParserTest::testRSS091Sample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses the RSS 0.91 format.
FieldRdfaTestBase::parseContent function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Parses a content and return the html element.
FieldWebTest::parseContent function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Parse a content and return the html element.
FileUploadResource::validateAndParseContentDispositionHeader function core/modules/file/src/Plugin/rest/resource/FileUploadResource.php Validates and extracts the filename from the Content-Disposition header.
FrontMatter::$parsed property core/modules/help_topics/src/FrontMatter.php The parsed source.
FrontMatter::parse function core/modules/help_topics/src/FrontMatter.php Parses the source.
GDToolkit::parseFile function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Determines if a file contains a valid image.
hook_aggregator_parser_info_alter function core/modules/aggregator/aggregator.api.php Perform alterations on the available parsers.
ImageTest::testParseFileFails function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::parseFile().
ImageToolkitInterface::parseFile function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Determines if a file contains a valid image.
InfoParser class core/lib/Drupal/Core/Extension/InfoParser.php Parses extension .info.yml files.
InfoParser.php file core/lib/Drupal/Core/Extension/InfoParser.php
InfoParser::$parsedInfos property core/lib/Drupal/Core/Extension/InfoParser.php Array of all info keyed by filename.
InfoParser::parse function core/lib/Drupal/Core/Extension/InfoParser.php Parses Drupal module, theme and profile .info.yml files.
InfoParserDynamic class core/lib/Drupal/Core/Extension/InfoParserDynamic.php Parses dynamic .info.yml files that might change during the page request.
InfoParserDynamic.php file core/lib/Drupal/Core/Extension/InfoParserDynamic.php
InfoParserDynamic::$root property core/lib/Drupal/Core/Extension/InfoParserDynamic.php The root directory of the Drupal installation.
InfoParserDynamic::FIRST_CORE_VERSION_REQUIREMENT_SUPPORTED_VERSION constant core/lib/Drupal/Core/Extension/InfoParserDynamic.php The earliest Drupal version that supports the 'core_version_requirement'.
InfoParserDynamic::getAllPreviousCoreVersions function core/lib/Drupal/Core/Extension/InfoParserDynamic.php Gets all the versions of Drupal 8 before a specific version.
InfoParserDynamic::getRequiredKeys function core/lib/Drupal/Core/Extension/InfoParserDynamic.php Returns an array of keys required to exist in .info.yml file.
InfoParserDynamic::isConstraintSatisfiedByPreviousVersion function core/lib/Drupal/Core/Extension/InfoParserDynamic.php Determines if a constraint is satisfied by earlier versions of Drupal 8.
InfoParserDynamic::parse function core/lib/Drupal/Core/Extension/InfoParserDynamic.php Parses Drupal module, theme and profile .info.yml files.
InfoParserDynamic::__construct function core/lib/Drupal/Core/Extension/InfoParserDynamic.php InfoParserDynamic constructor.
InfoParserException class core/lib/Drupal/Core/Extension/InfoParserException.php An exception thrown by the InfoParser class whilst parsing info.yml files.
InfoParserException.php file core/lib/Drupal/Core/Extension/InfoParserException.php
InfoParserInterface interface core/lib/Drupal/Core/Extension/InfoParserInterface.php Interface for classes that parses Drupal's info.yml files.
InfoParserInterface.php file core/lib/Drupal/Core/Extension/InfoParserInterface.php
InfoParserInterface::parse function core/lib/Drupal/Core/Extension/InfoParserInterface.php Parses Drupal module, theme and profile .info.yml files.
InfoParserUnitTest class core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests InfoParser class and exception.
InfoParserUnitTest.php file core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::$infoParser property core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php The InfoParser object.
InfoParserUnitTest::providerCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Dataprovider for testCoreIncompatibility().
InfoParserUnitTest::providerCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Dataprovider for testCoreVersionRequirementInvalid().
InfoParserUnitTest::setUp function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::testCoreCoreVersionRequirement88 function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that 'core_version_requirement: ^8.8' is invalid with a 'core' key.
InfoParserUnitTest::testCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @covers ::parse
InfoParserUnitTest::testCoreVersionRequirement88 function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that 'core_version_requirement: ^8.8' is valid with no 'core' key.
InfoParserUnitTest::testCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core_version_requirement'.
InfoParserUnitTest::testInfoParserBroken function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Test if correct exception is thrown for a broken info file.
InfoParserUnitTest::testInfoParserCommonInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserCoreInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserMissingKey function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing required key is detected.
InfoParserUnitTest::testInfoParserMissingKeys function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing required keys are detected.
InfoParserUnitTest::testInfoParserNonExisting function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the functionality of the infoParser object.
InfoParserUnitTest::testInvalidCore function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core' key.
InfoParserUnitTest::testMissingCoreCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing 'core' and 'core_version_requirement' keys are detected.
InfoParserUnitTest::testProfile function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Test a profile info file.
InfoParserUnitTest::testTestingPackageMissingCoreCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that Testing package modules use a default core_version_requirement.

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