Search for build
- Search 7.x for build
- Search 9.5.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
layout_builder.overview.html.twig | file | core/ |
--- label: 'Changing the layout for an entity' related: - core.appearance - core.content_structure - field_ui.manage_display - block.overview --- {% set content_types_text %}{% trans %}Content types{% endtrans %}{% endset %} {% set… |
layout_builder.param_converter | service | core/ |
Drupal\layout_builder\Routing\LayoutSectionStorageParamConverter |
layout_builder.permissions.yml | file | core/ |
core/modules/layout_builder/layout_builder.permissions.yml |
layout_builder.post_update.php | file | core/ |
Post update functions for Layout Builder. |
layout_builder.render_block_component_subscriber | service | core/ |
Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray |
layout_builder.routes | service | core/ |
Drupal\layout_builder\Routing\LayoutBuilderRoutes |
layout_builder.routing.yml | file | core/ |
core/modules/layout_builder/layout_builder.routing.yml |
layout_builder.sample_entity_generator | service | core/ |
Drupal\layout_builder\Entity\LayoutBuilderSampleEntityGenerator |
layout_builder.schema.yml | file | core/ |
core/modules/layout_builder/config/schema/layout_builder.schema.yml |
layout_builder.services.yml | file | core/ |
core/modules/layout_builder/layout_builder.services.yml |
layout_builder.tempstore.route_enhancer | service | core/ |
Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer |
layout_builder.tempstore_repository | service | core/ |
Drupal\layout_builder\LayoutTempstoreRepository |
layout_builder_block_content_dependency_test.info.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_block_content_dependency_test/layout_builder_block_content_dependency_test.info.yml |
layout_builder_defaults_test.info.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_defaults_test/layout_builder_defaults_test.info.yml |
layout_builder_defaults_test.schema.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/schema/layout_builder_defaults_test.schema.yml |
layout_builder_element_test.info.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_element_test/layout_builder_element_test.info.yml |
layout_builder_element_test.prepare_layout | service | core/ |
Drupal\layout_builder_element_test\EventSubscriber\TestPrepareLayout |
layout_builder_element_test.services.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_element_test/layout_builder_element_test.services.yml |
layout_builder_expose_all_field_blocks.info.yml | file | core/ |
core/modules/layout_builder/modules/layout_builder_expose_all_field_blocks/layout_builder_expose_all_field_blocks.info.yml |
layout_builder_extra_field_test.info.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.info.yml |
layout_builder_field_block_test.fake_view_mode_context | service | core/ |
Drupal\layout_builder_field_block_test\ContextProvider\FakeViewModeContext |
layout_builder_field_block_test.info.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_field_block_test/layout_builder_field_block_test.info.yml |
layout_builder_field_block_test.schema.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_field_block_test/config/schema/layout_builder_field_block_test.schema.yml |
layout_builder_field_block_test.services.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_field_block_test/layout_builder_field_block_test.services.yml |
layout_builder_form_block_test.info.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/layout_builder_form_block_test.info.yml |
layout_builder_install | function | core/ |
Implements hook_install(). |
layout_builder_removed_post_updates | function | core/ |
Implements hook_removed_post_updates(). |
layout_builder_schema | function | core/ |
Implements hook_schema(). |
layout_builder_test.info.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.info.yml |
layout_builder_test.i_have_runtime_contexts | service | core/ |
Drupal\layout_builder_test\ContextProvider\IHaveRuntimeContexts |
layout_builder_test.links.contextual.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.links.contextual.yml |
layout_builder_test.schema.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_test/config/schema/layout_builder_test.schema.yml |
layout_builder_test.services.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.services.yml |
layout_builder_theme_suggestions_test.info.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/layout_builder_theme_suggestions_test.info.yml |
layout_builder_update_last_removed | function | core/ |
Implements hook_update_last_removed(). |
layout_builder_views_test.info.yml | file | core/ |
core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml |
LazyBuilders | class | core/ |
Defines a class for lazy building render arrays. |
LazyBuilders.php | file | core/ |
|
LazyBuilders::renderAnnouncements | function | core/ |
Render announcements. |
LazyBuilders::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
LazyBuilders::__construct | function | core/ |
Constructs LazyBuilders object. |
LibraryDiscoveryParser::buildByExtension | function | core/ |
Parses and builds up all the libraries information of an extension. |
LibraryDiscoveryParserTest::testBuildByExtensionSimple | function | core/ |
Tests that basic functionality works for getLibraryByName. |
LibraryDiscoveryParserTest::testBuildByExtensionWithMissingInformation | function | core/ |
Tests that an exception is thrown with only the version property specified. |
LibraryDiscoveryParserTest::testBuildByExtensionWithMissingLibraryFile | function | core/ |
Tests that a module with a missing library file results in FALSE. |
LibraryDiscoveryParserTest::testBuildByExtensionWithOnlyDependencies | function | core/ |
Tests that no exception is thrown when only dependencies are specified. |
LibraryDiscoveryParserTest::testBuildByExtensionWithTheme | function | core/ |
Tests that a theme can be used instead of a module. |
LinkBase::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
LinkFormatter::buildUrl | function | core/ |
Builds the \Drupal\Core\Url object for a link field item. |
Links::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.