Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDefinitionUpdateManager::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
| EntityDefinitionUpdateManagerInterface::installEntityType | function | core/ |
Installs a new entity type definition. |
| EntityDefinitionUpdateManagerInterface::installFieldableEntityType | function | core/ |
Installs a new fieldable entity type definition. |
| EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition | function | core/ |
Installs a new field storage definition. |
| EntityDefinitionUpdateManagerInterface::uninstallEntityType | function | core/ |
Uninstalls an entity type definition. |
| EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
| EntityDefinitionUpdateMultipleTypesTest::testInstallFieldableEntityTypeWithoutInCodeDefinition | function | core/ |
Tests creating a fieldable entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateMultipleTypesTest::testUninstallEntityTypeWithoutInCodeDefinition | function | core/ |
Tests uninstalling an entity type that doesn't exist in code anymore. |
| EntityDefinitionUpdateMultipleTypesTest::testUninstallRevisionableEntityTypeWithoutInCodeDefinition | function | core/ |
Tests uninstalling a revisionable entity type that doesn't exist in code. |
| EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation | function | core/ |
Tests installing an additional base field while installing an entity type. |
| EntityFieldManager::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
| EntityFieldManagerTest::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
| EntityKernelTestBase::installModule | function | core/ |
Installs a module and refreshes services. |
| EntityKernelTestBase::uninstallModule | function | core/ |
Uninstalls a module and refreshes services. |
| EntityLastInstalledSchemaRepository | class | core/ |
Provides a repository for installed entity definitions. |
| EntityLastInstalledSchemaRepository.php | file | core/ |
|
| EntityLastInstalledSchemaRepository::$cacheBackend | property | core/ |
The cache backend. |
| EntityLastInstalledSchemaRepository::$entityFieldStorageDefinitions | property | core/ |
The loaded installed field storage definitions. |
| EntityLastInstalledSchemaRepository::$entityTypeDefinitions | property | core/ |
The loaded installed entity type definitions. |
| EntityLastInstalledSchemaRepository::$keyValueFactory | property | core/ |
The key-value factory. |
| EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition | function | core/ |
Deletes the entity type definition from the application state. |
| EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition | function | core/ |
Deletes the field storage definition from the application state. |
| EntityLastInstalledSchemaRepository::getLastInstalledDefinition | function | core/ |
Gets the entity type definition in its most recently installed state. |
| EntityLastInstalledSchemaRepository::getLastInstalledDefinitions | function | core/ |
Gets the entity type definitions in their most recently installed state. |
| EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions | function | core/ |
Gets the entity type's most recently installed field storage definitions. |
| EntityLastInstalledSchemaRepository::setLastInstalledDefinition | function | core/ |
Stores the entity type definition in the application state. |
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition | function | core/ |
Stores the field storage definition in the application state. |
| EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions | function | core/ |
Puts the entity type's field storage definitions in the application state. |
| EntityLastInstalledSchemaRepository::__construct | function | core/ |
Constructs a new EntityLastInstalledSchemaRepository. |
| EntityLastInstalledSchemaRepositoryInterface | interface | core/ |
Provides an interface for an installed entity definition repository. |
| EntityLastInstalledSchemaRepositoryInterface.php | file | core/ |
|
| EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledDefinition | function | core/ |
Deletes the entity type definition from the application state. |
| EntityLastInstalledSchemaRepositoryInterface::deleteLastInstalledFieldStorageDefinition | function | core/ |
Deletes the field storage definition from the application state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinition | function | core/ |
Gets the entity type definition in its most recently installed state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledDefinitions | function | core/ |
Gets the entity type definitions in their most recently installed state. |
| EntityLastInstalledSchemaRepositoryInterface::getLastInstalledFieldStorageDefinitions | function | core/ |
Gets the entity type's most recently installed field storage definitions. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledDefinition | function | core/ |
Stores the entity type definition in the application state. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinition | function | core/ |
Stores the field storage definition in the application state. |
| EntityLastInstalledSchemaRepositoryInterface::setLastInstalledFieldStorageDefinitions | function | core/ |
Puts the entity type's field storage definitions in the application state. |
| EntitySchemaSubscriber::$entityLastInstalledSchemaRepository | property | core/ |
The last installed schema definitions. |
| EntityTestDefinitionSubscriber::$entityLastInstalledSchemaRepository | property | core/ |
The last installed schema repository. |
| EntityTypeListener::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
| EntityTypeManager::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
| EntityTypeManagerTest::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
| entity_test.entity_test_bundle.install_test.yml | file | core/ |
core/modules/system/tests/modules/entity_test_install/config/optional/entity_test.entity_test_bundle.install_test.yml |
| entity_test.entity_test_bundle.install_test.yml | file | core/ |
core/profiles/tests/testing_config_overrides/config/install/entity_test.entity_test_bundle.install_test.yml |
| entity_test.entity_test_bundle.install_test2.yml | file | core/ |
core/modules/system/tests/modules/entity_test_install/config/optional/entity_test.entity_test_bundle.install_test2.yml |
| entity_test.install | file | core/ |
|
| entity_test_install | function | core/ |
Implements hook_install(). |
| entity_test_install.info.yml | file | core/ |
core/modules/system/tests/modules/entity_test_install/entity_test_install.info.yml |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.