Search for on
Title | Object type | File name | Summary |
---|---|---|---|
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. |
ComponentMetadata::__construct | function | core/ |
ComponentMetadata constructor. |
ComponentMetadataTest | class | core/ |
Unit tests for the component metadata class. |
ComponentMetadataTest.php | file | core/ |
|
ComponentMetadataTest::dataProviderMetadata | function | core/ |
Data provider for the test testMetadataEnforceSchema. |
ComponentMetadataTest::testMetadata | function | core/ |
Tests that the correct data is returned for each property. |
ComponentMetadataTest::testMetadataEnforceSchema | function | core/ |
Tests the correct checks when enforcing schemas or not. |
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::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/ |
@covers ::negotiate[[api-linebreak]] |
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/ |
Pagination
- Previous page
- Page 79
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.