Search for component
- Search 7.x for component
- Search 9.5.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/ |
Dataprovider 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. |
ConfigureBlockFormBase::getCurrentComponent | function | core/ |
Retrieves the current component being edited by the form. |
core.ui_components.html.twig | file | core/ |
--- label: 'Using the administrative interface' top_level: true related: - block.overview --- <h2>{% trans %}Administrative interface overview{% endtrans %}</h2> <p>{% trans %}The administrative interface has several… |
CSS_COMPONENT | constant | core/ |
The default weight for CSS rules that style design components (and their associated states and themes.) |
dropbutton.component.css | file | core/ |
Styling dropbuttons. |
dropbutton.component.css | file | core/ |
Visual styles for Bartik's dropbutton component. |
DrupalComponentTest | class | core/ |
General tests for \Drupal\Component that can't go anywhere else. |
DrupalComponentTest.php | file | core/ |
|
DrupalComponentTest::assertNoCoreUsage | function | core/ |
Asserts that the given class is not using any class from Core namespace. |
DrupalComponentTest::findPhpClasses | function | core/ |
Searches a directory recursively for PHP classes. |
DrupalComponentTest::getComponents | function | core/ |
Data provider. |
DrupalComponentTest::providerAssertNoCoreUseage | function | core/ |
Data provider for testAssertNoCoreUseage(). |
DrupalComponentTest::testAssertNoCoreUseage | function | core/ |
@covers \Drupal\Tests\Component\DrupalComponentTest::assertNoCoreUsage @dataProvider providerAssertNoCoreUseage |
DrupalComponentTest::testComponentLicence | function | core/ |
Tests LICENSE.txt is present and has the correct content. |
DrupalComponentTest::testNoCoreInComponent | function | core/ |
Tests that classes in Component do not use any Core class. |
DrupalComponentTest::testNoCoreInComponentTests | function | core/ |
Tests that classes in Component Tests do not use any Core class. |
DrupalComponentTestListenerTrait | trait | core/ |
Ensures that no component tests are extending a core test base class. |
DrupalComponentTestListenerTrait.php | file | core/ |
|
DrupalComponentTestListenerTrait::componentEndTest | function | core/ |
Reacts to the end of a test. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.