12 calls to drupal_get_filename() in Zircon Profile 8
- DrupalKernelTest::testCompileDIC in core/
modules/ system/ src/ Tests/ DrupalKernel/ DrupalKernelTest.php - Tests DIC compilation.
- drupal_get_path in core/
includes/ bootstrap.inc - Returns the path to a system item (module, theme, etc.).
- ExtensionInstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ ExtensionInstallStorage.php - Returns a map of all config object names and their folders.
- GetFilenameUnitTest::testDrupalGetFilename in core/
modules/ system/ src/ Tests/ Bootstrap/ GetFilenameUnitTest.php - Tests that drupal_get_filename() works when the file is not in database.
- InstallerLanguageTest::testInstallerTranslationCache in core/
modules/ system/ src/ Tests/ Installer/ InstallerLanguageTest.php - Tests profile info caching in non-English languages.
- InstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ InstallStorage.php - Returns a map of all config object names and their folders.
- install_base_system in core/
includes/ install.core.inc - Installation task; install the base functionality Drupal needs to bootstrap.
- install_begin_request in core/
includes/ install.core.inc - Begins an installation request, modifying the installation state as needed.
- ModuleHandlerTest::testUninstallProfileDependency in core/
modules/ system/ tests/ src/ Kernel/ Extension/ ModuleHandlerTest.php - Tests uninstalling a module that is a "dependency" of a profile.
- system_register in core/
includes/ module.inc - Registers an extension in runtime registries for execution.
- UrlAliasFixtures::tableDefinition in core/
modules/ system/ src/ Tests/ Path/ UrlAliasFixtures.php - Returns the table definition for the URL alias fixtures.
- _system_rebuild_module_data in core/
modules/ system/ system.module - Helper function to scan and collect module .info.yml data.