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
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalInstalledTest::tearDown | function | core/ |
|
| DrupalInstalledTest::testDrupalInstalledHash | function | core/ |
Tests DrupalInstalled.php hash changes when scaffolding is run. |
| DrupalKernel::getInstallProfile | function | core/ |
Gets the active install profile. |
| Drupal\module_installer_config_subscriber\EventSubscriber\ModuleInstallConfigTestSubscriber | service | core/ |
|
| Drupal\package_manager\PackageManagerUninstallValidator | service | core/ |
|
| drupal_install_fix_file | function | core/ |
Attempts to fix file permissions. |
| drupal_install_mkdir | function | core/ |
Creates a directory with the specified permissions. |
| drupal_install_profile_distribution_name | function | core/ |
Loads the installation profile, extracting its defined distribution name. |
| drupal_install_profile_distribution_version | function | core/ |
Loads the installation profile, extracting its defined version. |
| drupal_install_system | function | core/ |
Installs the system module. |
| drupal_verify_install_file | function | core/ |
Verifies the state of the specified file. |
| editor.install | file | core/ |
Install, update and uninstall functions for the Editor module. |
| entity.last_installed_schema.repository | service | core/ |
Drupal\Core\Entity\EntityLastInstalledSchemaRepository |
| EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository | property | core/ |
The last installed schema repository. |
| EntityDefinitionUpdateManager::installEntityType | function | core/ |
Installs a new entity type definition. |
| EntityDefinitionUpdateManager::installFieldableEntityType | function | core/ |
Installs a new fieldable entity type definition. |
| EntityDefinitionUpdateManager::installFieldStorageDefinition | function | core/ |
Installs a new field storage definition. |
| EntityDefinitionUpdateManager::uninstallEntityType | function | core/ |
Uninstalls an entity type definition. |
| 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. |
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.