Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ComponentTestDoesNotExtendCoreTestTest::testRule | function | core/ |
|
| ComponentValidator | class | core/ |
Validates a component based on its definition and the component schema. |
| ComponentValidator.php | file | core/ |
|
| ComponentValidator::$validator | property | core/ |
The schema validator. |
| ComponentValidator::getClassProps | function | core/ |
Gets the props that are not JSON based. |
| ComponentValidator::nullifyClassPropsSchema | function | core/ |
Utility method to ensure the schema for class props is set to 'null'. |
| ComponentValidator::setValidator | function | core/ |
Sets the validator service if available. |
| ComponentValidator::validateClassProps | function | core/ |
Validates the props that are not JSON Schema. |
| ComponentValidator::validateDefinition | function | core/ |
Validates the component metadata file. |
| ComponentValidator::validateProps | function | core/ |
Validates that the props provided to the component. |
| ComponentValidatorTest | class | core/ |
Unit tests for the component validation. |
| ComponentValidatorTest.php | file | core/ |
|
| 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 | core/ |
Provides static functions for composer script events. |
| Composer | class | composer/ |
Provides static functions for composer script events. |
| Composer.php | file | composer/ |
|
| Composer.php | file | core/ |
|
| 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::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. |
Pagination
- Previous page
- Page 212
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.