Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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::providerTestExtractIdFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testExtractIdFromRoute().
DefaultsSectionStorageTest::providerTestGetSectionListFromId function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testGetSectionListFromId().
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 @covers ::access[[api-linebreak]]
@dataProvider providerTestAccess
DefaultsSectionStorageTest::testBuildRoutes function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::buildRoutes[[api-linebreak]]
@covers ::getEntityTypes[[api-linebreak]]
@covers \Drupal\layout_builder\Routing\LayoutBuilderRoutesTrait::buildLayoutRoutes[[api-linebreak]]
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 @covers ::extractEntityFromRoute[[api-linebreak]]
DefaultsSectionStorageTest::testExtractEntityFromRouteCreate function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractEntityFromRoute[[api-linebreak]]
DefaultsSectionStorageTest::testExtractIdFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractIdFromRoute[[api-linebreak]]
DefaultsSectionStorageTest::testGetContexts function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @covers ::getContexts[[api-linebreak]]
DefaultsSectionStorageTest::testGetContextsDuringPreview function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @covers ::getContextsDuringPreview[[api-linebreak]]
DefaultsSectionStorageTest::testGetSectionListFromId function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::getSectionListFromId[[api-linebreak]]
DefaultsSectionStorageTest::testGetSectionListFromIdCreate function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::getSectionListFromId[[api-linebreak]]
DefaultsSectionStorageTest::testGetTempstoreKey function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @covers ::getTempstoreKey[[api-linebreak]]
DefaultsSectionStorageTest::testLoadFromDisplay function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests loading given a display.
DefaultsSectionStorageTest::testSetSectionList function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @covers ::setSectionList[[api-linebreak]]
DefaultsSectionStorageTest::testThirdPartySettings function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::getThirdPartySetting[[api-linebreak]]
@covers ::setThirdPartySetting[[api-linebreak]]
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 one after another with no
decorations.
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 class core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Defines a default table mapping class.
DefaultTableMapping.php file core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php
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.
DefaultTableMapping::$columnMapping property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A mapping of column names per field name.
DefaultTableMapping::$dataTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The table that stores field data, if the entity has multilingual support.
DefaultTableMapping::$entityType property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The entity type definition.
DefaultTableMapping::$extraColumns property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of database columns which store denormalized data per table.
DefaultTableMapping::$fieldNames property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php A list of field names per table.
DefaultTableMapping::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The field storage definitions of this mapping.
DefaultTableMapping::$prefix property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The prefix to be used by all the tables of this mapping.
DefaultTableMapping::$revisionDataTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The table that stores revision field data if the entity supports revisions
and has multilingual support.
DefaultTableMapping::$revisionTable property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The table that stores revisions, if the entity supports revisions.
DefaultTableMapping::allowsSharedTableStorage function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Checks whether the given field can be stored in a shared table.
DefaultTableMapping::create function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Initializes the table mapping.
DefaultTableMapping::generateFieldTableName function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Generates a safe and unambiguous field table name.
DefaultTableMapping::getAllColumns function core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php Gets a list of all database columns for a given table.

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