UnknownExtensionTypeException |
class |
core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php |
Exception thrown when a specified extension type is not known. |
UnknownExtensionTypeException.php |
file |
core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php |
|
UnmetDependenciesException::$extension |
property |
core/lib/Drupal/Core/Config/UnmetDependenciesException.php |
The name of the extension that is being installed. |
UnmetDependenciesException::getExtension |
function |
core/lib/Drupal/Core/Config/UnmetDependenciesException.php |
Gets the name of the extension that is being installed. |
UpdateManager::$moduleExtensionList |
property |
core/modules/update/src/UpdateManager.php |
The module extension list. |
UpdateManager::$themeExtensionList |
property |
core/modules/update/src/UpdateManager.php |
The theme extension list. |
Updater::getExtensionInfo |
function |
core/lib/Drupal/Core/Updater/Updater.php |
Get Extension information from directory. |
UpdateRegistry::$enabledExtensions |
property |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
|
UpdateRegistry::filterOutInvokedUpdatesByExtension |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Filters out already executed update functions by extension. |
UpdateRegistry::scanExtensionsAndLoadUpdateFiles |
function |
core/lib/Drupal/Core/Update/UpdateRegistry.php |
Scans all module, theme, and profile extensions and load the update files. |
UpdateRegistryTest::setupBasicExtensions |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Sets up some extensions with some update functions. |
UpdateRegistryTest::testFilterOutInvokedUpdatesByExtension |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
@covers ::filterOutInvokedUpdatesByExtension |
UpdateScriptTest::assertInstalledExtensionsConfig |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Asserts that an installed extension's config setting is correct. |
UpdateScriptTest::enableExtensions |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Enables an extension using the UI. |
UpdateScriptTest::enableMissingExtensions |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Enables extensions the UI. |
UpdateScriptTest::providerExtensionCompatibilityChange |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Date provider for testExtensionCompatibilityChange(). |
UpdateScriptTest::providerMissingExtension |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Data provider for ::testMissingExtension(). |
UpdateScriptTest::testExtensionCompatibilityChange |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests that extension compatibility changes are handled correctly. |
UpdateScriptTest::testMissingExtension |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests that a missing extension prevents updates. |
UpdateTestTrait::mockDefaultExtensionsInfo |
function |
core/modules/update/tests/src/Functional/UpdateTestTrait.php |
Sets default information about installed extensions. |
UpdateTestTrait::mockInstalledExtensionsInfo |
function |
core/modules/update/tests/src/Functional/UpdateTestTrait.php |
Sets information about installed extensions. |
UpdateUploadTest::testFileNameExtensionMerging |
function |
core/modules/update/tests/src/Functional/UpdateUploadTest.php |
Ensures that archiver extensions are properly merged in the UI. |
views.view.file_extension_view.yml |
file |
core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml |
core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml |
Yaml::getFileExtension |
function |
core/lib/Drupal/Component/Serialization/Yaml.php |
Gets the file extension for this serialization format. |
YamlPecl::getFileExtension |
function |
core/lib/Drupal/Component/Serialization/YamlPecl.php |
Gets the file extension for this serialization format. |
YamlPeclTest::testGetFileExtension |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php |
@covers ::getFileExtension |
YamlSymfony::getFileExtension |
function |
core/lib/Drupal/Component/Serialization/YamlSymfony.php |
Gets the file extension for this serialization format. |
YamlSymfonyTest::testGetFileExtension |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php |
@covers ::getFileExtension |
YamlTest::testGetFileExtension |
function |
core/tests/Drupal/Tests/Component/Serialization/YamlTest.php |
@covers ::getFileExtension |