Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal-8.5.0-content_moderation_installed.php | file | core/ |
Content moderation installed in the standard profile at 8.5.0. |
drupal-8.6.0-workspaces_installed.php | file | core/ |
Contains database additions to drupal-8.filled.standard.php.gz for testing the upgrade paths of the Workspaces module. |
drupal-8.7.2-media_library_installed.php | file | core/ |
Contains database additions to drupal-8.4.0-media_installed.php for testing the upgrade paths of the media library module from Drupal 8.7.2. |
drupal-8.block-content-uninstall.php | file | core/ |
Partial database to mimic the uninstallation of the block_content module. |
drupal-8.field-schema-data-uninstall-2573667.php | file | core/ |
Contains database additions to drupal-8.bare.standard.php.gz for testing the upgrade path of https://www.drupal.org/node/2573667. |
drupal.INSTALL.txt | file | core/ |
Please read core/INSTALL.txt for detailed installation instructions for your Drupal web site. |
Drupal::installProfile | function | core/ |
Gets the active install profile. |
DrupalGetProfileLegacyTest::providerDrupalGetProfileInstallState | function | core/ |
Data provider for testDrupalGetProfileInstallState(). |
DrupalGetProfileLegacyTest::testDrupalGetProfileLegacyInstallState | function | core/ |
Tests drupal_get_profile() deprecation. |
DrupalKernel::getInstallProfile | function | core/ |
Gets the active install profile. |
drupal_get_installed_schema_version | function | core/ |
Returns the currently installed schema version for a module. |
drupal_installation_attempted | function | core/ |
Returns TRUE if a Drupal installation is currently being attempted. |
drupal_install_config_directories | function | core/ |
Creates the config directory and ensures it is operational. |
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_schema | function | core/ |
Creates all tables defined in a module's hook_schema(). |
drupal_install_system | function | core/ |
Installs the system module. |
drupal_set_installed_schema_version | function | core/ |
Updates the installed version information for a module. |
drupal_uninstall_schema | function | core/ |
Removes all tables defined in a module's hook_schema(). |
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. |
EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation | function | core/ |
Tests installing an additional base field while installing an entity type. |
EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition | function | core/ |
Tests creating a fieldable entity type that doesn't exist in code anymore. |
EntityDefinitionUpdateTest::testUninstallEntityTypeWithoutInCodeDefinition | function | core/ |
Tests uninstalling an entity type that doesn't exist in code anymore. |
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::$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. |
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.