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. Other projects
Title Object type File name Summary
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 Data provider for testCoreIncompatibility().
InfoParserUnitTest::providerInfoException function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testInfoException().
InfoParserUnitTest::providerInvalidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testInvalidLifecycle().
InfoParserUnitTest::providerLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testLifecycleLink().
InfoParserUnitTest::providerValidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testValidLifecycle().
InfoParserUnitTest::setUp function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::testCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @covers ::parse
InfoParserUnitTest::testInfoException function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests if correct exception is thrown for a broken info file.
InfoParserUnitTest::testInfoParserBroken function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that the 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::testInfoParserNonExisting function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the functionality of the infoParser object.
InfoParserUnitTest::testInvalidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with invalid lifecycle values.
InfoParserUnitTest::testLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file's lifecycle_link values.
InfoParserUnitTest::testProfile function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a profile info file.
InfoParserUnitTest::testTestingPackageMissingCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that Testing package modules use a default core_version_requirement.
InfoParserUnitTest::testUnparsableCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the exception for an unparsable 'core_version_requirement' value.
InfoParserUnitTest::testValidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with valid lifecycle values.
LibraryDependencyResolverTest::$libraryDiscoveryParser property core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php The mock library discovery parser.
LibraryDiscoveryCollector::$discoveryParser property core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php The library discovery parser.
LibraryDiscoveryCollectorTest::$libraryDiscoveryParser property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php The mock library discovery parser.
LibraryDiscoveryParser class core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Parses library files to get extension data.
LibraryDiscoveryParser.php file core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php
LibraryDiscoveryParser::$componentPluginManager property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The component plugin manager.
LibraryDiscoveryParser::$extensionPathResolver property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The extension path resolver.
LibraryDiscoveryParser::$fileCache property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The file cache.
LibraryDiscoveryParser::$librariesDirectoryFileFinder property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The libraries directory file finder.
LibraryDiscoveryParser::$moduleHandler property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The module handler.
LibraryDiscoveryParser::$root property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The app root.
LibraryDiscoveryParser::$streamWrapperManager property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The stream wrapper manager.
LibraryDiscoveryParser::$themeManager property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The theme manager.
LibraryDiscoveryParser::applyLibrariesMovedOverrides function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Apply overrides to files that have moved.
LibraryDiscoveryParser::applyLibrariesOverride function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Apply libraries overrides specified for the current active theme.
LibraryDiscoveryParser::buildByExtension function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Parses and builds up all the libraries information of an extension.
LibraryDiscoveryParser::isValidUri function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Determines if the supplied string is a valid URI.
LibraryDiscoveryParser::librariesForComponents function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Builds the dynamic library definitions for single-directory components.
LibraryDiscoveryParser::parseLibraryInfo function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Parses a given library file and allows modules and themes to alter it.
LibraryDiscoveryParser::resolveThemeAssetPath function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Ensures that a full path is returned for an overriding theme asset.
LibraryDiscoveryParser::setOverrideValue function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Overrides the specified library asset.
LibraryDiscoveryParser::validateCssLibrary function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Validates CSS library structure.
LibraryDiscoveryParser::__construct function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Constructs a new LibraryDiscoveryParser instance.

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