Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
bootstrap.inc
»
conf_path
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
37 calls to conf_path()
BareMinimalNoConfigUpgradePathTest::refreshVariables
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
BareMinimalNoConfigUpgradePathTest.php
Overrides
\Drupal\system\Tests\Upgrade\UpgradePathTestBase::refreshVariables
().
config_get_config_directory
in drupal/
core/
includes/
bootstrap.inc
Returns the path of a configuration directory.
DirectoryTest::testFileCheckLocalDirectoryHandling
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
DirectoryTest.php
Test local directory handling functions.
drupal_rewrite_settings
in drupal/
core/
includes/
install.inc
Replaces values in settings.php with values in the submitted array.
drupal_settings_initialize
in drupal/
core/
includes/
bootstrap.inc
Sets the base URL, cookie domain, and session name from configuration.
FileSystemForm::buildForm
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Form/
FileSystemForm.php
Implements
\Drupal\Core\Form\FormInterface::buildForm
().
FileTransferTest::testJail
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
FileTransfer/
FileTransferTest.php
file_directory_temp
in drupal/
core/
includes/
file.inc
Gets and sets the path of the configured temporary directory.
FilterHtmlImageSecureTest::testImageSource
in drupal/
core/
modules/
filter/
lib/
Drupal/
filter/
Tests/
FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
InstallerTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
InstallerTest.php
Sets up a Drupal site for running functional and integration tests.
install_begin_request
in drupal/
core/
includes/
install.core.inc
Begins an installation request, modifying the installation state as needed.
install_check_requirements
in drupal/
core/
includes/
install.core.inc
Checks installation requirements and reports any errors.
install_check_translations
in drupal/
core/
includes/
install.core.inc
Checks installation requirements and reports any errors.
install_configure_form
in drupal/
core/
includes/
install.core.inc
Form constructor for a form to configure the new site.
install_file_translation_service
in drupal/
core/
includes/
install.core.inc
Build a file translation service for installation.
install_settings_form
in drupal/
core/
includes/
install.core.inc
Form constructor for a form to configure and rewrite settings.php.
install_verify_database_settings
in drupal/
core/
includes/
install.core.inc
Verifies that settings.php specifies a valid database connection.
LocaleUpdateTest::setTranslationFiles
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleUpdateTest.php
Setup the environment containting local and remote translation files.
locale_install
in drupal/
core/
modules/
locale/
locale.install
Implements
hook_install
().
locale_test_locale_translation_projects_alter
in drupal/
core/
modules/
locale/
tests/
modules/
locale_test/
locale_test.module
Implements
hook_locale_translation_projects_alter
().
PhpStorageFactory::get
in drupal/
core/
lib/
Drupal/
Component/
PhpStorage/
PhpStorageFactory.php
Instantiates a storage controller for generated PHP code.
PublicStream::getDirectoryPath
in drupal/
core/
lib/
Drupal/
Core/
StreamWrapper/
PublicStream.php
Implements
Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath
()
ReadOnlyStreamWrapperTest::testWriteFunctions
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
File/
ReadOnlyStreamWrapperTest.php
Test write functionality of the read-only stream wrapper.
SettingsRewriteTest::testDrupalRewriteSettings
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
SettingsRewriteTest.php
Tests the
drupal_rewrite_settings
() function.
SystemListing::scan
in drupal/
core/
lib/
Drupal/
Core/
SystemListing.php
Returns information about system object files (modules, themes, etc.).
system_requirements
in drupal/
core/
modules/
system/
system.install
Test and report Drupal installation requirements.
system_theme_settings
in drupal/
core/
modules/
system/
system.admin.inc
Form builder; display theme configuration for entire site and individual themes.
Tasks::getFormOptions
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Install/
Tasks.php
Return driver specific configuration options.
TestBase::prepareEnvironment
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
TestBase.php
Prepares the current environment for running the test.
TestBase::run
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
TestBase.php
Run all tests in this class.
ThemeTest::testThemeSettings
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
ThemeTest.php
Test the theme settings form.
update_manager_install_form_submit
in drupal/
core/
modules/
update/
update.manager.inc
Form submission handler for
update_manager_install_form
().
update_manager_local_transfers_allowed
in drupal/
core/
modules/
update/
update.manager.inc
Determines if file transfers will be performed locally.
update_manager_update_ready_form_submit
in drupal/
core/
modules/
update/
update.manager.inc
Form submission handler for
update_manager_update_ready_form
().
update_prepare_d8_bootstrap
in drupal/
core/
includes/
update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.
WebTestBase::drupalGetTestFiles
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
WebTestBase.php
Get a list files that can be used in tests.
_drupal_load_test_overrides
in drupal/
core/
includes/
bootstrap.inc
Overrides low-level and environment-specific configuration.