Search for on
Title | Object type | File name | Summary |
---|---|---|---|
Component::$machineName | property | core/ |
The component machine name. |
Component::$metadata | property | core/ |
The component's metadata. |
Component::$template | property | core/ |
The Twig template for the component. |
Component::getLibraryName | function | core/ |
The auto-computed library name. |
Component::getTemplatePath | function | core/ |
The template path. |
Component::__construct | function | core/ |
Component constructor. |
ComponentElement | class | core/ |
Provides a Single-Directory Component render element. |
ComponentElement.php | file | core/ |
|
ComponentElement::generateComponentTemplate | function | core/ |
Generates the template to render the component. |
ComponentElement::getInfo | function | core/ |
Returns the element properties for this element. |
ComponentElement::preRenderComponent | function | core/ |
Expands a component into an inline template with an attachment. |
ComponentEntityDisplayBase | class | core/ |
Provides a destination plugin for migrating entity display components. |
ComponentEntityDisplayBase.php | file | core/ |
|
ComponentEntityDisplayBase::$entityDisplayRepository | property | core/ |
The entity display repository. |
ComponentEntityDisplayBase::create | function | core/ |
Creates an instance of the plugin. |
ComponentEntityDisplayBase::fields | function | core/ |
Returns an array of destination fields. |
ComponentEntityDisplayBase::getEntity | function | core/ |
Gets the entity. |
ComponentEntityDisplayBase::getIds | function | core/ |
Gets the destination IDs. |
ComponentEntityDisplayBase::import | function | core/ |
Import the row. |
ComponentEntityDisplayBase::MODE_NAME | constant | core/ |
|
ComponentEntityDisplayBase::__construct | function | core/ |
PerComponentEntityDisplay constructor. |
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/ |
Pagination
- Previous page
- Page 78
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.