Search for rename
- Search 7.x for rename
 - Search 9.5.x for rename
 - Search 10.3.x for rename
 - Search 11.x for rename
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| CachedStorage::rename | function | core/ | 
                                                                                        Renames a configuration object in the storage. | 
| ConfigEntityStorage::importRename | function | core/ | 
                                                                                        Renames entities upon synchronizing configuration changes. | 
| ConfigEntityStorageTest::testSaveRename | function | core/ | 
                                                                                        @covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]  | 
              
| ConfigEvents::RENAME | constant | core/ | 
                                                                                        Name of the event fired when renaming a configuration object. | 
| ConfigEventsTest::testConfigRenameEvent | function | core/ | 
                                                                                        Tests configuration rename event that is fired from the ConfigFactory. | 
| ConfigFactory::rename | function | core/ | 
                                                                                        Renames a configuration object using the storage. | 
| ConfigFactoryInterface::rename | function | core/ | 
                                                                                        Renames a configuration object using the storage. | 
| ConfigFactoryOverrideBase::onConfigRename | function | core/ | 
                                                                                        Actions to be performed to configuration override on configuration rename. | 
| ConfigFactoryTest::testRename | function | core/ | 
                                                                                        @covers ::rename[[api-linebreak]] | 
| ConfigImporter::importInvokeRename | function | core/ | 
                                                                                        Imports a configuration entity rename. | 
| ConfigImportRenameValidationTest | class | core/ | 
                                                                                        Tests validating renamed configuration in a configuration import. | 
| ConfigImportRenameValidationTest.php | file | core/ | 
                                                                                        |
| ConfigImportRenameValidationTest::$configImporter | property | core/ | 
                                                                                        Config Importer object used for testing. | 
| ConfigImportRenameValidationTest::$modules | property | core/ | 
                                                                                        Modules to enable. | 
| ConfigImportRenameValidationTest::setUp | function | core/ | 
                                                                                        |
| ConfigImportRenameValidationTest::testRenameSimpleConfigValidation | function | core/ | 
                                                                                        Tests configuration renaming validation for simple configuration. | 
| ConfigImportRenameValidationTest::testRenameValidation | function | core/ | 
                                                                                        Tests configuration renaming validation. | 
| ConfigRenameEvent | class | core/ | 
                                                                                        Configuration event fired when renaming a configuration object. | 
| ConfigRenameEvent.php | file | core/ | 
                                                                                        |
| ConfigRenameEvent::$oldName | property | core/ | 
                                                                                        The old configuration object name. | 
| ConfigRenameEvent::getOldName | function | core/ | 
                                                                                        Gets the old configuration object name. | 
| ConfigRenameEvent::__construct | function | core/ | 
                                                                                        Constructs the config rename event. | 
| CopyTest::testExistingRename | function | core/ | 
                                                                                        Test renaming when copying over a file that already exists. | 
| Database::renameConnection | function | core/ | 
                                                                                        Rename a connection and its corresponding connection information. | 
| DatabaseLegacyTest::testDbRenameTable | function | core/ | 
                                                                                        Tests deprecation of the db_rename_table() function. | 
| DatabaseStorage::rename | function | core/ | 
                                                                                        Implements Drupal\Core\Config\StorageInterface::rename(). | 
| DatabaseStorage::rename | function | core/ | 
                                                                                        Renames a key. | 
| db_rename_table | function | core/ | 
                                                                                        Renames a table. | 
| EntityDefinitionTestTrait::renameBaseTable | function | core/ | 
                                                                                        Renames the base table to 'entity_test_update_new'. | 
| EntityDefinitionTestTrait::renameBaseTable | function | core/ | 
                                                                                        Renames the base table to 'entity_test_update_new'. | 
| EntityDefinitionTestTrait::renameDataTable | function | core/ | 
                                                                                        Renames the data table to 'entity_test_update_data_new'. | 
| EntityDefinitionTestTrait::renameDataTable | function | core/ | 
                                                                                        Renames the data table to 'entity_test_update_data_new'. | 
| EntityDefinitionTestTrait::renameRevisionBaseTable | function | core/ | 
                                                                                        Renames the revision table to 'entity_test_update_revision_new'. | 
| EntityDefinitionTestTrait::renameRevisionBaseTable | function | core/ | 
                                                                                        Renames the revision table to 'entity_test_update_revision_new'. | 
| EntityDefinitionTestTrait::renameRevisionDataTable | function | core/ | 
                                                                                        Renames the revision data table to 'entity_test_update_revision_data_new'. | 
| EntityDefinitionTestTrait::renameRevisionDataTable | function | core/ | 
                                                                                        Renames the revision data table to 'entity_test_update_revision_data_new'. | 
| FileCopyTest::providerDeprecationNoticeRename | function | core/ | 
                                                                                        Data provider for testDeprecationNoticeRename. | 
| FileCopyTest::testDeprecationNoticeRename | function | core/ | 
                                                                                        Tests that the rename configuration key will trigger a deprecation notice. | 
| FileCopyTest::testRenameFile | function | core/ | 
                                                                                        Test the 'rename' overwrite mode. | 
| FileStorage::rename | function | core/ | 
                                                                                        Renames a configuration object in the storage. | 
| FileSystemInterface::EXISTS_RENAME | constant | core/ | 
                                                                                        Flag for dealing with existing files: Appends number until name is unique. | 
| FileSystemTest::testCopySelfRename | function | core/ | 
                                                                                        @covers ::copy[[api-linebreak]] | 
| FILE_EXISTS_RENAME | constant | core/ | 
                                                                                        Flag for dealing with existing files: Appends number until name is unique. | 
| ImageStyleIntegrationTest::testEntityDisplayDependencyRename | function | core/ | 
                                                                                        Tests renaming the ImageStyle. | 
| ImportableEntityStorageInterface::importRename | function | core/ | 
                                                                                        Renames entities upon synchronizing configuration changes. | 
| InstallStorage::getCoreNames | function | core/ | 
                                                                                        Get all configuration names and folders for Drupal core. | 
| InstallStorage::rename | function | core/ | 
                                                                                        Overrides Drupal\Core\Config\FileStorage::rename(). | 
| KeyValueEntityStorageTest::testSaveRenameConfigEntity | function | core/ | 
                                                                                        @covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]  | 
              
| KeyValueStoreInterface::rename | function | core/ | 
                                                                                        Renames a key. | 
| LanguageConfigFactoryOverride::onConfigRename | function | core/ | 
                                                                                        Actions to be performed to configuration override on configuration rename. | 
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.