75 calls to Drupal::root() in Zircon Profile 8
- AnnotatedClassDiscoveryTest::setUp in core/
modules/ system/ src/ Tests/ Plugin/ Discovery/ AnnotatedClassDiscoveryTest.php - Performs setup tasks before each individual test method is run.
- color_get_info in core/
modules/ color/ color.module - Retrieves the Color module information for a particular theme.
- CompatibilityFixTest::setUp in core/
modules/ system/ src/ Tests/ Update/ CompatibilityFixTest.php - Performs setup tasks before each individual test method is run.
- CustomAnnotationClassDiscoveryTest::setUp in core/
modules/ system/ src/ Tests/ Plugin/ Discovery/ CustomAnnotationClassDiscoveryTest.php - Performs setup tasks before each individual test method is run.
- CustomDirectoryAnnotatedClassDiscoveryTest::setUp in core/
modules/ system/ src/ Tests/ Plugin/ Discovery/ CustomDirectoryAnnotatedClassDiscoveryTest.php - Performs setup tasks before each individual test method is run.
- DbCommandBase::getDatabaseConnection in core/
lib/ Drupal/ Core/ Command/ DbCommandBase.php - Parse input options decide on a database.
- DependencyHookInvocationTest::setUp in core/
modules/ system/ src/ Tests/ Update/ DependencyHookInvocationTest.php - Sets up a Drupal site for running functional and integration tests.
- DependencyMissingTest::setUp in core/
modules/ system/ src/ Tests/ Update/ DependencyMissingTest.php - Sets up a Drupal site for running functional and integration tests.
- DependencyOrderingTest::setUp in core/
modules/ system/ src/ Tests/ Update/ DependencyOrderingTest.php - Sets up a Drupal site for running functional and integration tests.
- drupal_check_profile in core/
includes/ install.inc - Checks an installation profile's requirements.
- drupal_classloader_register in core/
includes/ bootstrap.inc - Registers an additional namespace.
- drupal_required_modules in core/
includes/ module.inc - Returns an array of modules required by core.
- drupal_verify_profile in core/
includes/ install.inc - Verifies that all dependencies are met for a given installation profile.
- EarlyRenderingControllerTest::testEarlyRendering in core/
modules/ system/ src/ Tests/ Common/ EarlyRenderingControllerTest.php - Tests theme preprocess functions being able to attach assets.
- EntityFilteringThemeTest::setUp in core/
modules/ system/ src/ Tests/ Theme/ EntityFilteringThemeTest.php - Sets up a Drupal site for running functional and integration tests.
- ErrorHandlerTest::testErrorHandler in core/
modules/ system/ src/ Tests/ System/ ErrorHandlerTest.php - Test the error handler.
- ErrorHandlerTest::testExceptionHandler in core/
modules/ system/ src/ Tests/ System/ ErrorHandlerTest.php - Test the exception handler.
- ExtensionInstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ ExtensionInstallStorage.php - Returns a map of all config object names and their folders.
- FileTransferTest::setUp in core/
modules/ system/ src/ Tests/ FileTransfer/ FileTransferTest.php - Sets up a Drupal site for running functional and integration tests.
- FileTransferTest::testJail in core/
modules/ system/ src/ Tests/ FileTransfer/ FileTransferTest.php - FormValuesTest::testSimpleAjaxFormValue in core/
modules/ system/ src/ Tests/ Ajax/ FormValuesTest.php - Submits forms with select and checkbox elements via Ajax.
- HtaccessTest::assertFileAccess in core/
modules/ system/ src/ Tests/ System/ HtaccessTest.php - Asserts that a file exists and requesting it returns a specific response.
- IgnoreReplicaSubscriberTest::testSystemInitIgnoresSecondaries in core/
modules/ system/ src/ Tests/ System/ IgnoreReplicaSubscriberTest.php - Tests \Drupal\Core\EventSubscriber\ReplicaDatabaseIgnoreSubscriber::checkReplicaServer().
- ImageItemTest::setUp in core/
modules/ image/ src/ Tests/ ImageItemTest.php - Set the default field storage backend for fields created during tests.
- ImageItemTest::testImageItem in core/
modules/ image/ src/ Tests/ ImageItemTest.php - Tests using entity fields of the image field type.
- ImageThemeFunctionTest::setUp in core/
modules/ image/ src/ Tests/ ImageThemeFunctionTest.php - Sets up a Drupal site for running functional and integration tests.
- InstallerLanguageDirectionTest::setUpLanguage in core/
modules/ system/ src/ Tests/ Installer/ InstallerLanguageDirectionTest.php - Installer step: Select language.
- InstallerLanguagePageTest::setUpLanguage in core/
modules/ system/ src/ Tests/ Installer/ InstallerLanguagePageTest.php - Installer step: Select language.
- InstallerTest::testInstaller in core/
modules/ system/ src/ Tests/ Installer/ InstallerTest.php - Ensures that the user page is available after installation.
- InstallerTranslationTest::setUpLanguage in core/
modules/ system/ src/ Tests/ Installer/ InstallerTranslationTest.php - Installer step: Select language.
- InstallStorage::getAllFolders in core/
lib/ Drupal/ Core/ Config/ InstallStorage.php - Returns a map of all config object names and their folders.
- install_tasks in core/
includes/ install.core.inc - Returns a list of all tasks the installer currently knows about.
- InvalidUpdateHookTest::setUp in core/
modules/ system/ src/ Tests/ Update/ InvalidUpdateHookTest.php - Sets up a Drupal site for running functional and integration tests.
- KernelTestBase::enableModules in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Enables modules for this test.
- KernelTestBase::enableModules in core/
modules/ simpletest/ src/ KernelTestBase.php - Enables modules for this test.
- nyan_cat_render_template in core/
modules/ system/ tests/ themes/ engines/ nyan_cat/ nyan_cat.engine - Implements hook_render_template().
- PluginTestBase::setUp in core/
modules/ system/ src/ Tests/ Plugin/ PluginTestBase.php - Performs setup tasks before each individual test method is run.
- RegistryTest::testMultipleSubThemes in core/
modules/ system/ src/ Tests/ Theme/ RegistryTest.php - Tests the theme registry with multiple subthemes.
- RegistryTest::testSuggestionPreprocessFunctions in core/
modules/ system/ src/ Tests/ Theme/ RegistryTest.php - Tests the theme registry with suggestions.
- RegistryTest::testThemeRegistryAlterByTheme in core/
modules/ system/ src/ Tests/ Theme/ RegistryTest.php - Tests that the theme registry can be altered by themes.
- ResolvedLibraryDefinitionsFilesMatchTest::getAllLibraries in core/
modules/ system/ src/ Tests/ Asset/ ResolvedLibraryDefinitionsFilesMatchTest.php - Gets all libraries for core and all installed modules.
- ResolvedLibraryDefinitionsFilesMatchTest::verifyLibraryFilesExist in core/
modules/ system/ src/ Tests/ Asset/ ResolvedLibraryDefinitionsFilesMatchTest.php - Checks that all the library files exist.
- RouteNoneTest::testProcessOutbound in core/
modules/ system/ src/ Tests/ RouteProcessor/ RouteNoneTest.php - Tests the output process.
- RouteProcessorCurrentIntegrationTest::testProcessOutbound in core/
modules/ system/ src/ Tests/ RouteProcessor/ RouteProcessorCurrentIntegrationTest.php - Tests the output process.
- SearchSimplifyTest::testSearchSimplifyUnicode in core/
modules/ search/ src/ Tests/ SearchSimplifyTest.php - Tests that all Unicode characters simplify correctly.
- SettingsRewriteTest::testDrupalRewriteSettings in core/
modules/ system/ src/ Tests/ System/ SettingsRewriteTest.php - Tests the drupal_rewrite_settings() function.
- ShutdownFunctionsTest::tearDown in core/
modules/ system/ src/ Tests/ System/ ShutdownFunctionsTest.php - Cleans up after testing.
- simpletest_phpunit_command in core/
modules/ simpletest/ simpletest.module - Returns the command to run PHPUnit.
- simpletest_phpunit_configuration_filepath in core/
modules/ simpletest/ simpletest.module - Returns the path to core's phpunit.xml.dist configuration file.
- simpletest_phpunit_run_command in core/
modules/ simpletest/ simpletest.module - Executes the PHPUnit command.
- simpletest_requirements in core/
modules/ simpletest/ simpletest.install - Implements hook_requirements().
- StableLibraryOverrideTest::getAllLibraries in core/
modules/ system/ src/ Tests/ Theme/ StableLibraryOverrideTest.php - Gets all libraries for core and all installed modules.
- StableLibraryOverrideTest::testStableLibraryOverrides in core/
modules/ system/ src/ Tests/ Theme/ StableLibraryOverrideTest.php - Ensures that Stable overrides all relevant core library assets.
- StableTemplateOverrideTest::testStableTemplateOverrides in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ StableTemplateOverrideTest.php - Ensures that Stable overrides all relevant core templates.
- StandardInstallerTest::testInstaller in core/
modules/ system/ src/ Tests/ Installer/ StandardInstallerTest.php - Ensures that the user page is available after installation.
- StandardProfileTest::setUp in core/
modules/ rdf/ src/ Tests/ StandardProfileTest.php - Sets up a Drupal site for running functional and integration tests.
- SystemListingTest::testDirectoryPrecedence in core/
modules/ system/ src/ Tests/ Common/ SystemListingTest.php - Tests that files in different directories take precedence as expected.
- template_preprocess_color_scheme_form in core/
modules/ color/ color.module - Prepares variables for color scheme form templates.
- TestInstallStorage::getAllFolders in core/
modules/ config/ tests/ config_test/ src/ TestInstallStorage.php - Returns a map of all config object names and their folders.
- ThemeSettingsTest::setUp in core/
modules/ system/ src/ Tests/ Theme/ ThemeSettingsTest.php - Performs setup tasks before each individual test method is run.
- TypedDataTest::testGetAndSet in core/
modules/ system/ src/ Tests/ TypedData/ TypedDataTest.php - Tests the basics around constructing and working with typed data objects.
- UncaughtExceptionTest::testLoggerException in core/
modules/ system/ src/ Tests/ System/ UncaughtExceptionTest.php - Tests fallback to PHP error log when an exception is thrown while logging.
- UpdatePathWithBrokenRoutingTest::testWithBrokenRouting in core/
modules/ system/ src/ Tests/ Update/ UpdatePathWithBrokenRoutingTest.php - Tests running update.php with some form of broken routing.
- UpdaterTest::testGetProjectTitleWithChild in core/
modules/ system/ src/ Tests/ Extension/ UpdaterTest.php - Tests project and child project showing correct title.
- UpdateSchemaTest::setUp in core/
modules/ system/ src/ Tests/ Update/ UpdateSchemaTest.php - Sets up a Drupal site for running functional and integration tests.
- UpdatesWith7xTest::setUp in core/
modules/ system/ src/ Tests/ Update/ UpdatesWith7xTest.php - Sets up a Drupal site for running functional and integration tests.
- UpdateUploadTest::testUpdateDirectory in core/
modules/ update/ src/ Tests/ UpdateUploadTest.php - Tests only an *.info.yml file are detected without supporting files.
- UserAccountFormFieldsTest::testInstallConfigureForm in core/
modules/ user/ src/ Tests/ UserAccountFormFieldsTest.php - Tests the root user account form section in the "Configure site" form.
- views_theme in core/
modules/ views/ views.module - Implements hook_theme().
- VocabularyCrudTest::testUninstallReinstall in core/
modules/ taxonomy/ src/ Tests/ VocabularyCrudTest.php - Test uninstall and reinstall of the taxonomy module.
- _batch_finished in core/
includes/ batch.inc - Ends the batch processing.
- _batch_process in core/
includes/ batch.inc - Processes sets in a batch.
- _drupal_log_error in core/
includes/ errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
- _filter_html_image_secure_process in core/
modules/ filter/ filter.module - Process callback for local image filter.
- _system_rebuild_module_data in core/
modules/ system/ system.module - Helper function to scan and collect module .info.yml data.