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 |
|---|---|---|---|
| ComponentGenerator::$drupalCoreInfo | property | composer/ |
Data from drupal/core's composer.json file. |
| ComponentGenerator::$drupalProjectInfo | property | composer/ |
Data from drupal/drupal's composer.json file. |
| ComponentGenerator::$relativeComponentPath | property | composer/ |
Relative path from Drupal root to the component directory. |
| ComponentGenerator::encode | function | composer/ |
Utility function to encode package json in a consistent way. |
| ComponentGenerator::generate | function | composer/ |
Reconcile Drupal's components whenever composer.lock is updated. |
| ComponentGenerator::generateComponentPackage | function | composer/ |
Generate the component JSON files. |
| ComponentGenerator::getComponentPathsFinder | function | composer/ |
Find all the composer.json files for components. |
| ComponentGenerator::getPackage | function | composer/ |
Reconcile component dependencies with core. |
| ComponentGenerator::initialPackageMetadata | function | composer/ |
Common default metadata for all components. |
| ComponentGenerator::__construct | function | composer/ |
ComponentGenerator constructor. |
| ComponentInFormTest | class | core/ |
Tests the correct rendering of components in form. |
| ComponentInFormTest.php | file | core/ |
|
| ComponentInFormTest::$modules | property | core/ |
Modules to install. |
| ComponentInFormTest::$themes | property | core/ |
Themes to install. |
| ComponentInFormTest::buildForm | function | core/ |
Form constructor. |
| ComponentInFormTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ComponentInFormTest::submitForm | function | core/ |
Form submission handler. |
| ComponentInFormTest::testFormRenderingAndSubmission | function | core/ |
Tests that fields validation messages are sorted in the fields order. |
| ComponentInFormTest::validateForm | function | core/ |
Form validation handler. |
| ComponentInvalidReplacementTest | class | core/ |
Tests invalid render options for components. |
| ComponentInvalidReplacementTest.php | file | core/ |
|
| ComponentInvalidReplacementTest::$modules | property | core/ |
Modules to install. |
| ComponentInvalidReplacementTest::$themes | property | core/ |
Themes to install. |
| ComponentInvalidReplacementTest::testInvalidDefinitionTheme | function | core/ |
Ensure that component replacement validates the schema compatibility. |
| ComponentKernelTestBase | class | core/ |
Defines a base class for component kernel tests. |
| ComponentKernelTestBase.php | file | core/ |
|
| ComponentKernelTestBase::$manager | property | core/ |
The component plugin manager. |
| ComponentKernelTestBase::$modules | property | core/ |
Modules to install. |
| ComponentKernelTestBase::$negotiator | property | core/ |
The component negotiator. |
| ComponentKernelTestBase::$themes | property | core/ |
Themes to install. |
| ComponentKernelTestBase::renderComponentRenderArray | function | core/ |
Renders a component for testing sake. |
| ComponentKernelTestBase::setUp | function | core/ |
|
| ComponentLoader | class | core/ |
Lets you load templates using the component ID. |
| ComponentLoader.php | file | core/ |
|
| ComponentLoader::exists | function | core/ |
|
| ComponentLoader::getCacheKey | function | core/ |
|
| ComponentLoader::getSourceContext | function | core/ |
|
| ComponentLoader::isFresh | function | core/ |
|
| ComponentLoader::__construct | function | core/ |
Constructs a new ComponentLoader object. |
| ComponentLoaderTest | class | core/ |
Unit tests for the component loader class. |
| ComponentLoaderTest.php | file | core/ |
|
| ComponentLoaderTest::testIsFresh | function | core/ |
Tests the is fresh function for component loader. |
| ComponentMetadata | class | core/ |
Component metadata. |
| ComponentMetadata.php | file | core/ |
|
| ComponentMetadata::$description | property | core/ |
The component description. |
| ComponentMetadata::$documentation | property | core/ |
The component documentation. |
| ComponentMetadata::$group | property | core/ |
The component group. |
| ComponentMetadata::$id | property | core/ |
The ID of the component, in the form of provider:machine_name. |
| ComponentMetadata::$machineName | property | core/ |
The machine name for the component. |
| ComponentMetadata::$mandatorySchemas | property | core/ |
TRUE if the schemas for props and slots are mandatory. |
Pagination
- Previous page
- Page 208
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.