Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
DefaultsSectionStorage::isSupported function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Determines if layout builder is supported by a view mode.
DefaultsSectionStorage::label function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the label for the object using the sections.
DefaultsSectionStorage::save function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Saves the sections.
DefaultsSectionStorage::setContext function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Set a context on this plugin.
DefaultsSectionStorage::setOverridable function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Sets the display to allow or disallow overrides.
DefaultsSectionStorage::setThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Sets the value of a third-party setting.
DefaultsSectionStorage::unsetThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Unsets a third-party setting.
DefaultsSectionStorage::__construct function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Constructs a \Drupal\Component\Plugin\PluginBase object.
DefaultsSectionStorageInterface interface core/modules/layout_builder/src/DefaultsSectionStorageInterface.php Defines an interface for an object that stores layout sections for defaults.
DefaultsSectionStorageInterface.php file core/modules/layout_builder/src/DefaultsSectionStorageInterface.php
DefaultsSectionStorageTest class core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Tests Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage.
DefaultsSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage.
DefaultsSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest.php file core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest::$entityTypeManager property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The entity type manager.
DefaultsSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Modules to install.
DefaultsSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php The plugin.
DefaultsSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The plugin.
DefaultsSectionStorageTest::$sampleEntityGenerator property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The sample entity generator.
DefaultsSectionStorageTest::providerTestAccess function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Provides test data for ::testAccess().
DefaultsSectionStorageTest::providerTestExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testExtractEntityFromRoute().
DefaultsSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest::testAccess function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests access.
DefaultsSectionStorageTest::testBuildRoutes function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Tests build routes.
DefaultsSectionStorageTest::testBuildRoutesNoFieldUi function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Tests build routes no field ui.
DefaultsSectionStorageTest::testConfigInstall function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests installing defaults via config install.
DefaultsSectionStorageTest::testExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Tests extract entity from route.
DefaultsSectionStorageTest::testExtractEntityFromRouteCreate function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Tests extract entity from route create.
DefaultsSectionStorageTest::testGetContexts function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests get contexts.
DefaultsSectionStorageTest::testGetContextsDuringPreview function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests get contexts during preview.
DefaultsSectionStorageTest::testGetTempstoreKey function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests get tempstore key.
DefaultsSectionStorageTest::testIsSupported function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @legacy-covers ::isSupported
DefaultsSectionStorageTest::testLoadFromDisplay function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests loading given a display.
DefaultsSectionStorageTest::testThirdPartySettings function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Tests third party settings.
DefaultsTestPluginManager class core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php Defines a plugin manager used by Plugin API unit tests.
DefaultsTestPluginManager.php file core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php
DefaultsTestPluginManager::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php Constructs a new DefaultsTestPluginManager instance.
DefaultStyle class core/modules/views/src/Plugin/views/style/DefaultStyle.php Unformatted style plugin to render rows.
DefaultStyle.php file core/modules/views/src/Plugin/views/style/DefaultStyle.php
DefaultStyle::$usesRowClass property core/modules/views/src/Plugin/views/style/DefaultStyle.php Does the style plugin support custom css class for the rows.
DefaultStyle::$usesRowPlugin property core/modules/views/src/Plugin/views/style/DefaultStyle.php Whether or not this style uses a row plugin.
DefaultSummary class core/modules/views/src/Plugin/views/style/DefaultSummary.php The default style plugin for summaries.
DefaultSummary.php file core/modules/views/src/Plugin/views/style/DefaultSummary.php
DefaultSummary::buildOptionsForm function core/modules/views/src/Plugin/views/style/DefaultSummary.php Provide a form to edit options for this plugin.
DefaultSummary::defineOptions function core/modules/views/src/Plugin/views/style/DefaultSummary.php Information about options for all kinds of purposes will be held here.
DefaultSummary::query function core/modules/views/src/Plugin/views/style/DefaultSummary.php Add anything to the query that we might need to.
DefaultSummary::render function core/modules/views/src/Plugin/views/style/DefaultSummary.php Render the display in this style.
DefaultTableMapping::$allColumns property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of all database columns per table.
DefaultTableMapping::$baseTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The base table of the entity.

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