DrupalFlushAllCachesInInstallerTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php |
|
DrupalFlushAllCachesInInstallerTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php |
|
DrupalFlushAllCachesInInstallerTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php |
|
DrupalFlushAllCachesInInstallerTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php |
|
DrupalFlushAllCachesInInstallerTest::testInstalled |
function |
core/tests/Drupal/FunctionalTests/Installer/DrupalFlushAllCachesInInstallerTest.php |
Confirms that the installation succeeded. |
DrupalKernel::getInstallProfile |
function |
core/lib/Drupal/Core/DrupalKernel.php |
Gets the active install profile. |
Drupal\module_installer_config_subscriber\EventSubscriber\ModuleInstallConfigTestSubscriber |
service |
core/modules/system/tests/modules/module_installer_config_subscriber/module_installer_config_subscriber.services.yml |
|
Drupal\package_manager\PackageManagerUninstallValidator |
service |
core/modules/package_manager/package_manager.services.yml |
|
drupal_install_fix_file |
function |
core/includes/install.inc |
Attempts to fix file permissions. |
drupal_install_mkdir |
function |
core/includes/install.inc |
Creates a directory with the specified permissions. |
drupal_install_profile_distribution_name |
function |
core/includes/install.inc |
Loads the installation profile, extracting its defined distribution name. |
drupal_install_profile_distribution_version |
function |
core/includes/install.inc |
Loads the installation profile, extracting its defined version. |
drupal_install_system |
function |
core/includes/install.inc |
Installs the system module. |
drupal_verify_install_file |
function |
core/includes/install.inc |
Verifies the state of the specified file. |
editor.install |
file |
core/modules/editor/editor.install |
Install, update and uninstall functions for the Editor module. |
EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
The last installed schema repository. |
EntityDefinitionUpdateManager::installEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManager::installFieldableEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManager::installFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManager::uninstallEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManager::uninstallFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php |
|
EntityDefinitionUpdateManagerInterface::installEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Installs a new entity type definition. |
EntityDefinitionUpdateManagerInterface::installFieldableEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Installs a new fieldable entity type definition. |
EntityDefinitionUpdateManagerInterface::installFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Installs a new field storage definition. |
EntityDefinitionUpdateManagerInterface::uninstallEntityType |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Uninstalls an entity type definition. |
EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php |
Uninstalls a field storage definition. |
EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests installing an additional base field while installing an entity type. |
EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests creating a fieldable entity type that doesn't exist in code anymore. |
EntityDefinitionUpdateTest::testUninstallEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests uninstalling an entity type that doesn't exist in code anymore. |
EntityDefinitionUpdateTest::testUninstallRevisionableEntityTypeWithoutInCodeDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php |
Tests uninstalling a revisionable entity type that doesn't exist in code. |
EntityFieldManager::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
The entity last installed schema repository. |
EntityFieldManagerTest::$entityLastInstalledSchemaRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity last installed schema repository. |
EntityKernelTestBase::installModule |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
Installs a module and refreshes services. |
EntityKernelTestBase::uninstallModule |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
Uninstalls a module and refreshes services. |
EntityLastInstalledSchemaRepository |
class |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Provides a repository for installed entity definitions. |
EntityLastInstalledSchemaRepository.php |
file |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::$cacheBackend |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The cache backend. |
EntityLastInstalledSchemaRepository::$entityTypeDefinitions |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The loaded installed entity type definitions. |
EntityLastInstalledSchemaRepository::$keyValueFactory |
property |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
The key-value factory. |
EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::getLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::getLastInstalledDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::getLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::setLastInstalledDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinition |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
|
EntityLastInstalledSchemaRepository::__construct |
function |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php |
Constructs a new EntityLastInstalledSchemaRepository. |
EntityLastInstalledSchemaRepositoryInterface |
interface |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
Provides an interface for an installed entity definition repository. |
EntityLastInstalledSchemaRepositoryInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php |
|