InstallProfileUninstallValidator::$noProfileExtensionDiscovery |
property |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
Extension discovery that scans all folders except profiles. |
InstallProfileUninstallValidator::$service |
property |
core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php |
The real proxied service, after it was lazy loaded. |
InstallProfileUninstallValidator::getExtensionDiscovery |
function |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
Gets an extension discovery object that ignores the install profile. |
InstallProfileUninstallValidator::lazyLoadItself |
function |
core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php |
Lazy loads the real service from the container. |
InstallProfileUninstallValidator::setStringTranslation |
function |
core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php |
|
InstallProfileUninstallValidator::validate |
function |
core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
InstallProfileUninstallValidator::validate |
function |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
Determines the reasons a module can not be uninstalled. |
InstallProfileUninstallValidator::__construct |
function |
core/lib/Drupal/Core/ProxyClass/Extension/InstallProfileUninstallValidator.php |
Constructs a ProxyClass Drupal proxy object. |
InstallProfileUninstallValidator::__construct |
function |
core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php |
|
InstallStorage::getFilePath |
function |
core/lib/Drupal/Core/Config/InstallStorage.php |
Overrides Drupal\Core\Config\FileStorage::getFilePath(). |
InstallTranslationFilePatternTest |
class |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
Tests for installer language support. |
InstallTranslationFilePatternTest.php |
file |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
|
InstallTranslationFilePatternTest::$filePatternMethod |
property |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
|
InstallTranslationFilePatternTest::$fileTranslation |
property |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
|
InstallTranslationFilePatternTest::$modules |
property |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
Modules to install. |
InstallTranslationFilePatternTest::providerInvalidTranslationFiles |
function |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
|
InstallTranslationFilePatternTest::providerValidTranslationFiles |
function |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
|
InstallTranslationFilePatternTest::setUp |
function |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
|
InstallTranslationFilePatternTest::testFilesPatternInvalid |
function |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
@dataProvider providerInvalidTranslationFiles |
InstallTranslationFilePatternTest::testFilesPatternValid |
function |
core/modules/system/tests/src/Kernel/Installer/InstallTranslationFilePatternTest.php |
@dataProvider providerValidTranslationFiles |
install_install_profile |
function |
core/includes/install.core.inc |
Installs the install profile. |
install_load_profile |
function |
core/includes/install.core.inc |
Loads information about the chosen profile during installation. |
install_profile_info |
function |
core/includes/install.inc |
Retrieves information about an installation profile from its .info.yml file. |
install_profile_modules |
function |
core/includes/install.core.inc |
Installs required modules via a batch process. |
install_profile_themes |
function |
core/includes/install.core.inc |
Installs themes. |
install_profile_uninstall_validator |
service |
core/core.services.yml |
Drupal\Core\Extension\InstallProfileUninstallValidator |
install_retrieve_file |
function |
core/includes/install.core.inc |
Attempts to get a file using a HTTP request and to store it locally. |
install_select_profile |
function |
core/includes/install.core.inc |
Selects which profile to install. |
InvalidLibraryFileException |
class |
core/lib/Drupal/Core/Asset/Exception/InvalidLibraryFileException.php |
Defines an exception if the library file could not be parsed. |
InvalidLibraryFileException.php |
file |
core/lib/Drupal/Core/Asset/Exception/InvalidLibraryFileException.php |
|
invalid_file.libraries.yml |
file |
core/tests/Drupal/Tests/Core/Asset/library_test_files/invalid_file.libraries.yml |
core/tests/Drupal/Tests/Core/Asset/library_test_files/invalid_file.libraries.yml |
JqueryUiLibraryAssetsTest::trimFilePath |
function |
core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php |
Removes base_url() and query args from file paths. |
JsCollectionOptimizer::$fileSystem |
property |
core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php |
The file system service. |
JsCollectionRenderer::$fileUrlGenerator |
property |
core/lib/Drupal/Core/Asset/JsCollectionRenderer.php |
The file URL generator. |
Json::getFileExtension |
function |
core/lib/Drupal/Component/Serialization/Json.php |
Gets the file extension for this serialization format. |
jsonapi.file_upload |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\Controller\FileUpload |
JsonApiDocumentTopLevelNormalizerTest::$file |
property |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php |
|
JsonApiFunctionalTestBase::$files |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php |
Test files. |
JsonApiFunctionalTestBase::$userCanViewProfiles |
property |
core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalTestBase.php |
Test user with access to view profiles. |
jsonapi_jsonapi_file_filter_access |
function |
core/modules/jsonapi/jsonapi.module |
Implements hook_jsonapi_ENTITY_TYPE_filter_access() for 'file'. |
JUnitConverterTest::testXmlToRowsEmptyFile |
function |
core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php |
@covers ::xmlToRows[[api-linebreak]] |
KernelTestBase::initFileCache |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Initializes the FileCache component. |
KernelTestBase::setInstallProfile |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Sets the install profile and rebuilds the container to update it. |
KernelTestBase::setUpFilesystem |
function |
core/tests/Drupal/KernelTests/KernelTestBase.php |
Sets up the filesystem, so things like the file directory. |
KernelTestBaseTest::testProfileModules |
function |
core/tests/Drupal/KernelTests/KernelTestBaseTest.php |
Ensures KernelTestBase tests can access modules in profiles. |
LanguageConfigInstallOverrideExistingTest::$profile |
property |
core/modules/language/tests/src/Functional/LanguageConfigInstallOverrideExistingTest.php |
The profile to install as a basis for testing. |
LayoutBuilderSettingsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php |
Set database dump files to be used. |
LayoutPluginManagerTest::setUpFilesystem |
function |
core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php |
Sets up the filesystem with YAML files and annotated plugins. |
LeaveProfileNode |
class |
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php |
Represents a profile leave node. |
LeaveProfileNode |
class |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php |
Represents a profile leave node. |