Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LayoutFieldTranslateUpdateConfigAndStorage.php | file | core/ |
|
| LayoutFieldTranslateUpdateConfigAndStorage::$expectedBundleUpdates | property | core/ |
Expectations of field updates by bundles. |
| LayoutFieldTranslateUpdateConfigAndStorage::$expectedFieldStorageUpdate | property | core/ |
Whether the field storage should be updated. |
| LayoutFieldTranslateUpdateConfigAndStorage::$layoutBuilderTestCases | property | core/ |
Layout builder test cases. |
| LayoutRebuildConfirmFormBase::$sectionStorage | property | core/ |
The section storage. |
| LayoutRebuildConfirmFormBase::handleSectionStorage | function | core/ |
Performs any actions on the section storage before saving. |
| LayoutRestTestBase::$nodeStorage | property | core/ |
The node storage. |
| LayoutSectionItemListTest::getSectionStorage | function | core/ |
Sets up the section storage entity. |
| LayoutTempstoreParamConverter::$sectionStorageManager | property | core/ |
The section storage manager. |
| layout_builder_post_update_section_storage_context_definitions | function | core/ |
Clear caches due to changes to section storage annotation changes. |
| LegacyAliasStorageTest | class | core/ |
@coversDefaultClass \Drupal\Core\Path\AliasStorage[[api-linebreak]] @group path @group legacy |
| LegacyAliasStorageTest.php | file | core/ |
|
| LegacyAliasStorageTest::$modules | property | core/ |
Modules to enable. |
| LegacyAliasStorageTest::$storage | property | core/ |
|
| LegacyAliasStorageTest::sampleUrlAliases | function | core/ |
Returns an array of URL aliases for testing. |
| LegacyAliasStorageTest::setUp | function | core/ |
|
| LegacyAliasStorageTest::testAliasExists | function | core/ |
@covers ::aliasExists[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the… |
| LegacyAliasStorageTest::testCRUD | function | core/ |
@covers ::load[[api-linebreak]] @covers ::save[[api-linebreak]] @covers ::delete[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the… |
| LegacyAliasStorageTest::testGetAliasesForAdminListing | function | core/ |
@covers ::getAliasesForAdminListing[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage… |
| LegacyAliasStorageTest::testLanguageAliasExists | function | core/ |
@covers ::languageAliasExists[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler… |
| LegacyAliasStorageTest::testLoad | function | core/ |
@covers ::load[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the… |
| LegacyAliasStorageTest::testLookupPathAlias | function | core/ |
@covers ::lookupPathAlias[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for… |
| LegacyAliasStorageTest::testLookupPathSource | function | core/ |
@covers ::lookupPathSource[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler… |
| LegacyAliasStorageTest::testPathHasMatchingAlias | function | core/ |
@covers ::pathHasMatchingAlias[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage… |
| LegacyAliasStorageTest::testPreLoadPathAlias | function | core/ |
@covers ::preloadPathAlias[[api-linebreak]] @expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler… |
| LegacyContentEntityStorageBaseTest | class | core/ |
Tests deprecated methods of ContentEntityStorageBase. |
| LegacyContentEntityStorageBaseTest.php | file | core/ |
|
| LegacyContentEntityStorageBaseTest::testDoLoadMultipleRevisionFieldItems | function | core/ |
Tests doLoadMultipleRevisionsFieldItems triggers an error. |
| LegacyForumTest::$termStorage | property | core/ |
The taxonomy term storage. |
| LinkFieldTest::$fieldStorage | property | core/ |
A field to use in this test class. |
| ListItemBase::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| ListItemBase::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
| ListItemBase::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
| ListItemBase::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
| locale.default.config.storage | service | core/ |
Drupal\locale\LocaleDefaultConfigStorage |
| locale.storage | service | core/ |
Drupal\locale\StringDatabaseStorage |
| LocaleConfigManager::$configStorage | property | core/ |
The storage instance for reading configuration data. |
| LocaleConfigManager::$defaultConfigStorage | property | core/ |
The locale default config storage instance. |
| LocaleConfigManager::$localeStorage | property | core/ |
The string storage for reading and writing translations. |
| LocaleConfigSubscriber::updateLocaleStorage | function | core/ |
Update locale storage based on configuration translations. |
| LocaleConfigSubscriberTest::$stringStorage | property | core/ |
The string storage used in this test. |
| LocaleDefaultConfigStorage | class | core/ |
Provides access to default configuration for locale integration. |
| LocaleDefaultConfigStorage.php | file | core/ |
|
| LocaleDefaultConfigStorage::$configStorage | property | core/ |
The storage instance for reading configuration data. |
| LocaleDefaultConfigStorage::$languageManager | property | core/ |
The language manager. |
| LocaleDefaultConfigStorage::$optionalInstallStorage | property | core/ |
The storage instance for reading optional default configuration data. |
| LocaleDefaultConfigStorage::$requiredInstallStorage | property | core/ |
The storage instance for reading required default configuration data. |
| LocaleDefaultConfigStorage::getComponentNames | function | core/ |
Get all configuration names and folders for a list of modules or themes. |
| LocaleDefaultConfigStorage::listAll | function | core/ |
Return the list of configuration in install storage and current languages. |
| LocaleDefaultConfigStorage::predefinedConfiguredLanguages | function | core/ |
Compute the list of configuration names that match predefined languages. |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.