Search for component
- Search 7.x for component
- Search 8.9.x for component
- Search 10.3.x for component
- Search 11.x for component
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BlockComponentRenderArray | class | core/ |
Builds render arrays and handles access for all block components. |
BlockComponentRenderArray.php | file | core/ |
|
BlockComponentRenderArray::$currentUser | property | core/ |
The current user. |
BlockComponentRenderArray::getSubscribedEvents | function | core/ |
|
BlockComponentRenderArray::onBuildRender | function | core/ |
Builds render arrays for block plugins and sets it on the event. |
BlockComponentRenderArray::__construct | function | core/ |
Creates a BlockComponentRenderArray object. |
BlockComponentRenderArrayTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray @group layout_builder |
BlockComponentRenderArrayTest.php | file | core/ |
|
BlockComponentRenderArrayTest::$account | property | core/ |
The current user. |
BlockComponentRenderArrayTest::$blockManager | property | core/ |
The block plugin manager. |
BlockComponentRenderArrayTest::providerBlockTypes | function | core/ |
Data provider for test functions that should test block types. |
BlockComponentRenderArrayTest::setUp | function | core/ |
|
BlockComponentRenderArrayTest::testOnBuildRender | function | core/ |
@covers ::onBuildRender |
BlockComponentRenderArrayTest::testOnBuildRenderDenied | function | core/ |
@covers ::onBuildRender |
BlockComponentRenderArrayTest::testOnBuildRenderEmptyBuild | function | core/ |
@covers ::onBuildRender |
BlockComponentRenderArrayTest::testOnBuildRenderEmptyBuildWithCacheTags | function | core/ |
@covers ::onBuildRender |
BlockComponentRenderArrayTest::testOnBuildRenderInPreview | function | core/ |
@covers ::onBuildRender |
BlockComponentRenderArrayTest::testOnBuildRenderInPreviewEmptyBuild | function | core/ |
@covers ::onBuildRender |
BlockComponentRenderArrayTest::testOnBuildRenderNoBlock | function | core/ |
@covers ::onBuildRender |
BlockComponentRenderArrayTest::testOnBuildRenderWithoutPreviewFallbackString | function | core/ |
@covers ::onBuildRender |
BlockViewBuilder::buildComponents | function | core/ |
Builds the component fields and properties of a set of entities. |
CommentViewBuilder::buildComponents | function | core/ |
In addition to modifying the content key on entities, this implementation will also set the comment entity key which all comments carry. |
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. |
ComponentsIsolatedBuildTest | class | core/ |
Try to install dependencies per component, using Composer. |
ComponentsIsolatedBuildTest.php | file | core/ |
|
ComponentsIsolatedBuildTest::addExpectedRepositories | function | core/ |
Adds expected repositories as path repositories to package under test. |
ComponentsIsolatedBuildTest::provideComponentPaths | function | core/ |
Provides an array with relative paths to the component paths. |
ComponentsIsolatedBuildTest::testComponentComposerJson | function | core/ |
Test whether components' composer.json can be installed in isolation. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.