Search for to
| 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. |
| ComponentKernelTestBase::$negotiator | property | core/ |
The component negotiator. |
| ComponentMetadata::$mandatorySchemas | property | core/ |
TRUE if the schemas for props and slots are mandatory. |
| ComponentNegotiator | class | core/ |
Determines which component should be used. |
| ComponentNegotiator.php | file | core/ |
|
| ComponentNegotiator::$cache | property | core/ |
Holds the component IDs from previous negotiations. |
| ComponentNegotiator::$deprecatedProperties | property | core/ |
|
| ComponentNegotiator::clearCache | function | core/ |
Clears the negotiation cache. |
| ComponentNegotiator::doNegotiate | function | core/ |
Negotiates the active component for the current request. |
| ComponentNegotiator::generateCacheKey | function | core/ |
Generates the cache key for the current theme and the provided component. |
| ComponentNegotiator::maybeNegotiateByModule | function | core/ |
Negotiate the component from the list of candidates for a module. |
| ComponentNegotiator::maybeNegotiateByTheme | function | core/ |
See if there is a candidate in the theme hierarchy. |
| ComponentNegotiator::negotiate | function | core/ |
Negotiates the active component for the current request. |
| ComponentNegotiator::__construct | function | core/ |
Constructs ComponentNegotiator objects. |
| ComponentNegotiatorTest | class | core/ |
Tests the component negotiator. |
| ComponentNegotiatorTest.php | file | core/ |
|
| ComponentNegotiatorTest::$modules | property | core/ |
Modules to install. |
| ComponentNegotiatorTest::$themes | property | core/ |
Themes to install. |
| ComponentNegotiatorTest::testNegotiate | function | core/ |
Tests negotiate. |
| ComponentNegotiatorTest::testRenderWithReplacements | function | core/ |
Tests rendering components with component replacement. |
| ComponentNodeVisitor | class | core/ |
Provides a ComponentNodeVisitor to change the generated parse-tree. |
| ComponentNodeVisitor.php | file | core/ |
|
| ComponentNodeVisitor::emojiForString | function | core/ |
Chooses an emoji representative for the input string. |
| ComponentNodeVisitor::enterNode | function | core/ |
|
| ComponentNodeVisitor::getComponent | function | core/ |
Finds the SDC for the current module node. |
| ComponentNodeVisitor::getPriority | function | core/ |
|
| ComponentNodeVisitor::leaveNode | function | core/ |
|
| ComponentNodeVisitor::validateSlots | function | core/ |
Performs a cheap validation of the slots in the template. |
| ComponentNodeVisitor::__construct | function | core/ |
Creates a new ComponentNodeVisitor object. |
| ComponentNodeVisitorTest | class | core/ |
Tests the node visitor. |
| ComponentNodeVisitorTest.php | file | core/ |
|
| ComponentNodeVisitorTest::$modules | property | core/ |
Modules to install. |
| ComponentNodeVisitorTest::$themes | property | core/ |
Themes to install. |
| ComponentNodeVisitorTest::DEBUG_COMPONENT_ID_PATTERN | constant | core/ |
|
| ComponentNodeVisitorTest::DEBUG_VARIANT_ID_PATTERN | constant | core/ |
|
| ComponentNodeVisitorTest::testDebugRendersComponentStartWithVariant | function | core/ |
Test debug output for sdc components with component id and variant. |
| ComponentNodeVisitorTest::testOtherVisitorsCanModifyTwigNodes | function | core/ |
Test that other visitors can modify Twig nodes. |
| ComponentPluginManager::getScanDirectories | function | core/ |
Get the list of directories to scan. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.