Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 11.x for id
  5. Other projects
Title Object type File name Summary
LayoutBuilderOverridesTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests the Layout Builder UI.
LayoutBuilderOverridesTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php
LayoutBuilderOverridesTest::testDeleteField function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests deleting a field in-use by an overridden layout.
LayoutBuilderOverridesTest::testOverrides function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests functionality of Layout Builder for overrides.
LayoutBuilderOverridesTest::testOverridesFormAlter function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests a custom alter of the overrides form.
LayoutBuilderOverridesTest::testOverridesWithoutDefaultsAccess function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests Layout Builder overrides without access to edit the default layout.
LayoutBuilderOverridesTest::testOverridesWithoutFieldUi function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests Layout Builder overrides without Field UI installed.
LayoutBuilderOverridesTest::testRemovingAllSections function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests removing all sections from overrides and defaults.
LayoutBuilderServiceProvider class core/modules/layout_builder/src/LayoutBuilderServiceProvider.php Sets the layout_builder.get_block_dependency_subscriber service definition.
LayoutBuilderServiceProvider.php file core/modules/layout_builder/src/LayoutBuilderServiceProvider.php
LayoutBuilderServiceProvider::register function core/modules/layout_builder/src/LayoutBuilderServiceProvider.php Registers services to the container.
LayoutBuilderTranslationTest::addLayoutOverride function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Adds a layout override.
LayoutBuilderTranslationTest::testLayoutOverrideBeforeTranslation function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Tests that layout overrides work when created before a translation.
LayoutBuilderTranslationTest::testTranslationBeforeLayoutOverride function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Tests that layout overrides work when created after a translation.
LayoutBuilderWidget class core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php A widget to display the layout form.
LayoutBuilderWidget.php file core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php
LayoutBuilderWidget::extractFormValues function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Extracts field values from submitted form values.
LayoutBuilderWidget::formElement function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Returns the form for a single field widget.
LayoutBuilderWidget::getSectionStorage function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Gets the section storage.
LayoutBuilderWidget::layoutBuilderElementGetKeys function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Form element #process callback.
LayoutDefault::validateConfigurationForm function core/lib/Drupal/Core/Layout/LayoutDefault.php Form validation handler.
LayoutDefaultTest::providerTestBuild function core/tests/Drupal/Tests/Core/Layout/LayoutDefaultTest.php Provides test data for ::testBuild().
LayoutEntityHelperTrait::getInlineBlockRevisionIdsInSections function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets revision IDs for layout sections.
LayoutEntityHelperTraitTest::providerSectionsWithInlineComponents function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Data provider method for tests that need sections with inline blocks.
LayoutEntityHelperTraitTest::providerTestGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Data provider for testGetSectionStorageForEntity().
LayoutEntityHelperTraitTest::providerTestOriginalEntityUsesDefaultStorage function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Data provider for testOriginalEntityUsesDefaultStorage().
LayoutEntityHelperTraitTest::testGetInlineBlockRevisionIdsInSections function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php @covers ::getInlineBlockRevisionIdsInSections[[api-linebreak]]
LayoutForm::getBaseFormId function core/modules/navigation/src/Form/LayoutForm.php
LayoutForm::getFormId function core/modules/navigation/src/Form/LayoutForm.php Returns a unique string identifying the form.
LayoutPluginManager::providerExists function core/lib/Drupal/Core/Layout/LayoutPluginManager.php Determines if the provider of a definition exists.
LayoutPluginManagerTest::testPluginOverride function core/tests/Drupal/KernelTests/Core/Layout/LayoutPluginManagerTest.php Tests that layout plugins are correctly overridden.
LayoutSectionStorageParamConverterTest::testConvertInvalidConverter function core/modules/layout_builder/tests/src/Unit/LayoutSectionStorageParamConverterTest.php @covers ::convert[[api-linebreak]]
LayoutSectionTest::providerTestLayoutSectionFormatter function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Provides test data for ::testLayoutSectionFormatter().
LayoutTempstoreRepositoryTest::testGetInvalidEntry function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php @covers ::get[[api-linebreak]]
LayoutTest::testThemeProvidedLayout function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Tests that a layout provided by a theme has the preprocess function set.
LayoutTestPlugin::validateConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form validation handler.
layout_builder.extra_fields.invalidator service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\Cache\ExtraFieldBlockCacheTagInvalidator
LazyContextRepository::$contextProviderServiceIDs property core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php The set of available context providers service IDs.
LazyContextRepositoryTest::setupContextAndProvider function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php Sets up contexts and context providers.
LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts[[api-linebreak]]
LazyContextRepositoryTest::testInvalidContextId function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts[[api-linebreak]]
LazyPluginCollection::$instanceIds property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores the IDs of all potential plugin instances.
LazyPluginCollection::addInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Adds an instance ID to the available instance IDs.
LazyPluginCollection::getInstanceIds function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets all instance IDs.
LazyPluginCollection::removeInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an instance ID.
LazyRouteCollection::$provider property core/lib/Drupal/Core/Routing/LazyRouteCollection.php The route provider for this generator.
LazyRouteCollectionTest::$routeProvider property core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php The route provider.
LazyRouteProviderInstallTest class core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php @group routing
LazyRouteProviderInstallTest.php file core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
LazyRouteProviderInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php The theme to install as the default for testing.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.