Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ComponentGenerator | class | composer/ |
Reconciles Drupal component dependencies with core. |
| ComponentGenerator.php | file | composer/ |
|
| ComponentGenerator::$componentBaseDir | property | composer/ |
Full path to the component directory. |
| 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. |
| 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::findTemplate | function | core/ |
Finds a template in the file system based on the template name. |
| ComponentLoader::getCacheKey | function | core/ |
|
| ComponentLoader::getSourceContext | function | core/ |
|
| ComponentLoader::isFresh | function | core/ |
|
| ComponentLoader::__construct | function | core/ |
Constructs a new ComponentLoader object. |
| 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::$machineName | property | core/ |
The machine name for the component. |
| ComponentMetadata::$mandatorySchemas | property | core/ |
TRUE if the schemas for props and slots are mandatory. |
| ComponentMetadata::$name | property | core/ |
The component's name. |
| ComponentMetadata::$path | property | core/ |
The absolute path to the component directory. |
| ComponentMetadata::$schema | property | core/ |
Schema for the component props. |
| ComponentMetadata::$slots | property | core/ |
Slot information. |
| ComponentMetadata::$status | property | core/ |
The status of the component. |
| ComponentMetadata::$thumbnailPath | property | core/ |
The PNG path for the component thumbnail. |
| ComponentMetadata::getThumbnailPath | function | core/ |
Gets the thumbnail path. |
| ComponentMetadata::normalize | function | core/ |
Normalizes the value object. |
| ComponentMetadata::parseSchemaInfo | function | core/ |
Parse the schema information. |
Pagination
- Previous page
- Page 205
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.