Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ComponentValidatorTest::dataProviderValidateDefinitionInvalid | function | core/ |
Data provider with invalid component definitions. |
| ComponentValidatorTest::dataProviderValidateDefinitionValid | function | core/ |
Data provider with valid component definitions. |
| ComponentValidatorTest::dataProviderValidatePropsInvalid | function | core/ |
Data provider with invalid component props. |
| ComponentValidatorTest::dataProviderValidatePropsValid | function | core/ |
Data provider with valid component props. |
| ComponentValidatorTest::loadComponentDefinitionFromFs | function | core/ |
Loads a component definition from the component name. |
| ComponentValidatorTest::testCustomValidator | function | core/ |
Tests we can use a custom validator to validate props. |
| ComponentValidatorTest::testValidateDefinitionInvalid | function | core/ |
Tests invalid component definitions. |
| ComponentValidatorTest::testValidateDefinitionValid | function | core/ |
Tests that valid component definitions don't cause errors. |
| ComponentValidatorTest::testValidatePropsInvalid | function | core/ |
Tests that invalid props are handled properly. |
| ComponentValidatorTest::testValidatePropsValid | function | core/ |
Tests that valid props are handled properly. |
| Composer | class | composer/ |
Provides static functions for composer script events. |
| Composer | class | core/ |
Provides static functions for composer script events. |
| Composer.php | file | core/ |
|
| Composer.php | file | composer/ |
|
| Composer::composerSubprojectPaths | function | composer/ |
Return the list of subprojects of a given type. |
| Composer::drupalVersionBranch | function | composer/ |
Return the branch name the current Drupal version is associated with. |
| Composer::ensureComposerVersion | function | composer/ |
Ensure that the minimum required version of Composer is running. |
| Composer::generateComponentPackages | function | composer/ |
Update component packages whenever composer.lock is updated. |
| Composer::generateMetapackages | function | composer/ |
Update metapackages whenever composer.lock is updated. |
| Composer::preAutoloadDump | function | core/ |
Add vendor classes to Composer's static classmap. |
| Composer::setDrupalVersion | function | composer/ |
Set the version of Drupal; used in release process and by the test suite. |
| Composer::setTemplateProjectStability | function | composer/ |
Set the stability of the template projects to match the Drupal version. |
| Composer::upgradePHPUnit | function | core/ |
Fires the drupal-phpunit-upgrade script event if necessary. |
| Composer::upgradePHPUnitCheck | function | core/ |
Determines if PHPUnit needs to be upgraded. |
| ComposerBuildTestBase | class | core/ |
Base class for Composer build tests. |
| ComposerBuildTestBase.php | file | core/ |
|
| ComposerBuildTestBase::$componentsPath | property | core/ |
Relative path from Drupal root to the Components directory. |
| ComposerBuildTestBase::assertDrupalVersion | function | core/ |
Assert that the VERSION constant in Drupal.php is the expected value. |
| ComposerBuildTestBase::getComponentPathsFinder | function | core/ |
Find all the composer.json files for components. |
| ComposerHookTest | class | core/ |
Tests Composer Hooks that run scaffold operations. |
| ComposerHookTest.php | file | core/ |
|
| ComposerHookTest::$fileSystem | property | core/ |
The Symfony FileSystem component. |
| ComposerHookTest::$fixtures | property | core/ |
The Fixtures object. |
| ComposerHookTest::$fixturesDir | property | core/ |
Directory to perform the tests in. |
| ComposerHookTest::setUp | function | core/ |
|
| ComposerHookTest::tearDown | function | core/ |
|
| ComposerHookTest::testComposerHooks | function | core/ |
Tests to see if scaffold operation runs at the correct times. |
| ComposerHookTest::testScaffoldEvents | function | core/ |
Tests to see if scaffold events are dispatched and picked up by the plugin. |
| ComposerHookTest::testScaffoldMessagesDoNotPrintTwice | function | core/ |
Tests to see if scaffold messages are omitted when running scaffold twice. |
| ComposerInspector | class | core/ |
Defines a class to get information from Composer. |
| ComposerInspector.php | file | core/ |
|
| ComposerInspector::$packageLists | property | core/ |
Statically cached installed package lists, keyed by directory. |
| ComposerInspector::$processCallback | property | core/ |
The process output callback. |
| ComposerInspector::getAllowPluginsConfig | function | core/ |
Returns the value of `allow-plugins` config setting. |
| ComposerInspector::getConfig | function | core/ |
Returns a config value from Composer. |
| ComposerInspector::getInstalledPackagesList | function | core/ |
Returns the installed packages list. |
| ComposerInspector::getPackageTypes | function | core/ |
Loads package types from the lock file. |
| ComposerInspector::getRootPackageInfo | function | core/ |
Returns the output of `composer show --self` in a directory. |
| ComposerInspector::getVersion | function | core/ |
Returns the current Composer version. |
| ComposerInspector::invalidateCacheIfNeeded | function | core/ |
Invalidates cached data if composer.json or composer.lock have changed. |
Pagination
- Previous page
- Page 211
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.