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 |
---|---|---|---|
EntityLastInstalledSchemaRepository::setLastInstalledFieldStorageDefinitions | function | core/ |
Stores 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/ |
Stores the entity type's field storage definitions in the application state. |
EntityManager::getLastInstalledDefinition | function | core/ |
|
EntityManager::getLastInstalledFieldStorageDefinitions | function | core/ |
|
EntityManagerInterface::getLastInstalledDefinition | function | core/ |
|
EntityManagerInterface::getLastInstalledFieldStorageDefinitions | function | core/ |
|
EntityManagerTest::$entityLastInstalledSchemaRepository | property | core/ |
The entity last installed schema repository. |
EntityManagerTest::testGetLastInstalledDefinition | function | core/ |
Tests the getLastInstalledDefinition() method. |
EntityManagerTest::testGetLastInstalledFieldStorageDefinitions | function | core/ |
Tests the getLastInstalledFieldStorageDefinitions() method. |
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. |
EntityUnitTestBase::installModule | function | core/ |
Installs a module and refreshes services. |
EntityUnitTestBase::uninstallModule | function | core/ |
Uninstalls a module and refreshes services. |
EntityUpdateToPublishableTest::$installedStorageSchema | property | core/ |
The key-value collection for tracking installed storage schema. |
EntityUpdateToPublishableTest::$lastInstalledSchemaRepository | property | core/ |
The last installed schema repository service. |
entity_test.install | file | core/ |
Install, update and uninstall functions for the entity_test module. |
entity_test_install | function | core/ |
Implements hook_install(). |
entity_test_revlog.install | file | core/ |
Install, update and uninstall functions for the entity_test_revlog module. |
entity_test_update.install | file | core/ |
|
exception.needs_installer | service | core/ |
Drupal\Core\EventSubscriber\ExceptionDetectNeedsInstallSubscriber |
ExceptionDetectNeedsInstallSubscriber | class | core/ |
Exception handler to determine if an exception indicates an uninstalled site. |
ExceptionDetectNeedsInstallSubscriber.php | file | core/ |
|
ExceptionDetectNeedsInstallSubscriber::$connection | property | core/ |
The default database connection. |
ExceptionDetectNeedsInstallSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
ExceptionDetectNeedsInstallSubscriber::onException | function | core/ |
Handles errors for this subscriber. |
ExceptionDetectNeedsInstallSubscriber::__construct | function | core/ |
Constructs a new ExceptionDetectNeedsInstallSubscriber. |
experimental_module_requirements_test.install | file | core/ |
Experimental Test Requirements module to test hook_requirements(). |
ExtendingNonInstalledClass | class | core/ |
Plugin annotation @Plugin( id = "extending_non_installed_class", label = "A plugin whose class is extending from a non-installed module class", color = "pink", ) |
ExtendingNonInstalledClass.php | file | core/ |
|
ExtensionInstallStorage | class | core/ |
Storage to access configuration and schema in enabled extensions. |
ExtensionInstallStorage.php | file | core/ |
|
ExtensionInstallStorage::$configStorage | property | core/ |
The active configuration store. |
ExtensionInstallStorage::$includeProfile | property | core/ |
Flag to include the profile in the list of enabled modules. |
ExtensionInstallStorage::$installProfile | property | core/ |
The name of the currently active installation profile. |
ExtensionInstallStorage::createCollection | function | core/ |
Creates a collection on the storage. |
ExtensionInstallStorage::getAllFolders | function | core/ |
Returns a map of all config object names and their folders. |
ExtensionInstallStorage::__construct | function | core/ |
Overrides \Drupal\Core\Config\InstallStorage::__construct(). |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.