Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 10.3.x for storage
  5. Other projects
Title Object type File name Summary
DatabaseStorageTest::setUp function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php
DatabaseStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
DatabaseStorageTest::testConcurrent function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php Tests asynchronous table creation.
DatabaseStorageTest::testExceptionIsThrownIfQueryFails function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php Tests that operations throw exceptions if the query fails.
DatabaseStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php Updates configuration data in the storage.
Date::$dateFormatStorage property core/modules/views/src/Plugin/views/field/Date.php The date format storage.
DateFormatFormBase::$dateFormatStorage property core/modules/system/src/Form/DateFormatFormBase.php The date format storage.
DateFormatter::$dateFormatStorage property core/lib/Drupal/Core/Datetime/DateFormatter.php The date format storage.
DateRangeDefaultWidget::$dateStorage property core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php The date format storage.
DateRangeFieldTest::testDateStorageSettings function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests that 'Date' field storage setting form is disabled if field has data.
DateRangeItem::storageSettingsForm function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php Returns a form for the storage-level settings.
DateRangeItemTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php A field storage to use in this test class.
DateTestBase::$fieldStorage property core/modules/datetime/tests/src/Functional/DateTestBase.php A field storage to use in this test class.
DateTimeDefaultWidget::$dateStorage property core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php The date format storage.
DateTimeFieldTest::testDateStorageSettings function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests that 'Date' field storage setting form is disabled if field has data.
DateTimeFormatterBase::$dateFormatStorage property core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php The date format entity storage.
DateTimeItem::defaultStorageSettings function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Defines the storage-level settings for this plugin.
DateTimeItem::storageSettingsForm function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php Returns a form for the storage-level settings.
DateTimeItemInterface::DATETIME_STORAGE_FORMAT constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Defines the format that date and time should be stored in.
DateTimeItemInterface::DATE_STORAGE_FORMAT constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Defines the format that dates should be stored in.
DateTimeItemInterface::STORAGE_TIMEZONE constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php Defines the timezone that dates should be stored in.
DateTimeItemTest::$fieldStorage property core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php A field storage to use in this test class.
DateTimeTimeAgoFormatterTest::$fieldStorage property core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php A field storage to use in this test class.
DbLogController::$userStorage property core/modules/dblog/src/Controller/DbLogController.php The user storage.
DecimalItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Defines the storage-level settings for this plugin.
DecimalItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php Returns a form for the storage-level settings.
DefaultConfigTest::doTestsOnConfigStorage function core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php Tests that default config matches the installed config.
DefaultsEntityForm::$sectionStorage property core/modules/layout_builder/src/Form/DefaultsEntityForm.php The section storage.
DefaultsSectionStorage class core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Defines the 'defaults' section storage type.
DefaultsSectionStorage.php file core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
DefaultsSectionStorage::$entityTypeBundleInfo property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type bundle info.
DefaultsSectionStorage::$entityTypeManager property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type manager.
DefaultsSectionStorage::$sampleEntityGenerator property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The sample entity generator.
DefaultsSectionStorage::access function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
DefaultsSectionStorage::buildRoutes function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Provides the routes needed for Layout Builder UI.
DefaultsSectionStorage::create function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Creates an instance of the plugin.
DefaultsSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Derives the available plugin contexts from route values.
DefaultsSectionStorage::disableLayoutBuilder function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Disables the Layout Builder.
DefaultsSectionStorage::enableLayoutBuilder function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Enables the Layout Builder.
DefaultsSectionStorage::extractEntityFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Extracts an entity from the route values.
DefaultsSectionStorage::getContextsDuringPreview function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets contexts for use during preview.
DefaultsSectionStorage::getDisplay function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the entity storing the defaults.
DefaultsSectionStorage::getEntityTypes function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Returns an array of relevant entity types.
DefaultsSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the URL used to display the Layout Builder UI.
DefaultsSectionStorage::getRedirectUrl function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
DefaultsSectionStorage::getRouteParameters function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Provides the route parameters needed to generate a URL for this object.
DefaultsSectionStorage::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the section list.
DefaultsSectionStorage::getStorageId function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Returns an identifier for this storage.
DefaultsSectionStorage::getThirdPartyProviders function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the list of third parties that store information.
DefaultsSectionStorage::getThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the value of a third-party setting.

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