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 |
---|---|---|---|
InfoParserDynamic::__construct | function | core/ |
InfoParserDynamic constructor. |
InfoParserException | class | core/ |
An exception thrown by the InfoParser class whilst parsing info.yml files. |
InfoParserException.php | file | core/ |
|
InfoParserInterface | interface | core/ |
Interface for classes that parses Drupal's info.yml files. |
InfoParserInterface.php | file | core/ |
|
InfoParserInterface::parse | function | core/ |
Parses Drupal module, theme and profile .info.yml files. |
InfoParserUnitTest | class | core/ |
Tests InfoParser class and exception. |
InfoParserUnitTest.php | file | core/ |
|
InfoParserUnitTest::$infoParser | property | core/ |
The InfoParser object. |
InfoParserUnitTest::providerCoreIncompatibility | function | core/ |
Data provider for testCoreIncompatibility(). |
InfoParserUnitTest::providerInfoException | function | core/ |
Data provider for testInfoException(). |
InfoParserUnitTest::providerInvalidLifecycle | function | core/ |
Data provider for testInvalidLifecycle(). |
InfoParserUnitTest::providerLifecycleLink | function | core/ |
Data provider for testLifecycleLink(). |
InfoParserUnitTest::providerValidLifecycle | function | core/ |
Data provider for testValidLifecycle(). |
InfoParserUnitTest::setUp | function | core/ |
|
InfoParserUnitTest::testCoreIncompatibility | function | core/ |
@covers ::parse |
InfoParserUnitTest::testInfoException | function | core/ |
Tests if correct exception is thrown for a broken info file. |
InfoParserUnitTest::testInfoParserBroken | function | core/ |
Tests that the correct exception is thrown for a broken info file. |
InfoParserUnitTest::testInfoParserCommonInfo | function | core/ |
Tests common info file. |
InfoParserUnitTest::testInfoParserCoreInfo | function | core/ |
Tests common info file. |
InfoParserUnitTest::testInfoParserNonExisting | function | core/ |
Tests the functionality of the infoParser object. |
InfoParserUnitTest::testInvalidLifecycle | function | core/ |
Tests an info file with invalid lifecycle values. |
InfoParserUnitTest::testLifecycleLink | function | core/ |
Tests an info file's lifecycle_link values. |
InfoParserUnitTest::testProfile | function | core/ |
Tests a profile info file. |
InfoParserUnitTest::testTestingPackageMissingCoreVersionRequirement | function | core/ |
Tests that Testing package modules use a default core_version_requirement. |
InfoParserUnitTest::testUnparsableCoreVersionRequirement | function | core/ |
Tests the exception for an unparsable 'core_version_requirement' value. |
InfoParserUnitTest::testValidLifecycle | function | core/ |
Tests an info file with valid lifecycle values. |
LibraryDependencyResolverTest::$libraryDiscoveryParser | property | core/ |
The mock library discovery parser. |
LibraryDiscoveryCollector::$discoveryParser | property | core/ |
The library discovery parser. |
LibraryDiscoveryCollectorTest::$libraryDiscoveryParser | property | core/ |
The mock library discovery parser. |
LibraryDiscoveryParser | class | core/ |
Parses library files to get extension data. |
LibraryDiscoveryParser.php | file | core/ |
|
LibraryDiscoveryParser::$componentPluginManager | property | core/ |
The component plugin manager. |
LibraryDiscoveryParser::$extensionPathResolver | property | core/ |
The extension path resolver. |
LibraryDiscoveryParser::$fileCache | property | core/ |
The file cache. |
LibraryDiscoveryParser::$librariesDirectoryFileFinder | property | core/ |
The libraries directory file finder. |
LibraryDiscoveryParser::$moduleHandler | property | core/ |
The module handler. |
LibraryDiscoveryParser::$root | property | core/ |
The app root. |
LibraryDiscoveryParser::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
LibraryDiscoveryParser::$themeManager | property | core/ |
The theme manager. |
LibraryDiscoveryParser::applyLibrariesMovedOverrides | function | core/ |
Apply overrides to files that have moved. |
LibraryDiscoveryParser::applyLibrariesOverride | function | core/ |
Apply libraries overrides specified for the current active theme. |
LibraryDiscoveryParser::buildByExtension | function | core/ |
Parses and builds up all the libraries information of an extension. |
LibraryDiscoveryParser::isValidUri | function | core/ |
Determines if the supplied string is a valid URI. |
LibraryDiscoveryParser::librariesForComponents | function | core/ |
Builds the dynamic library definitions for single-directory components. |
LibraryDiscoveryParser::parseLibraryInfo | function | core/ |
Parses a given library file and allows modules and themes to alter it. |
LibraryDiscoveryParser::resolveThemeAssetPath | function | core/ |
Ensures that a full path is returned for an overriding theme asset. |
LibraryDiscoveryParser::setOverrideValue | function | core/ |
Overrides the specified library asset. |
LibraryDiscoveryParser::validateCssLibrary | function | core/ |
Validates CSS library structure. |
LibraryDiscoveryParser::__construct | function | core/ |
Constructs a new LibraryDiscoveryParser instance. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.