You are here

33 string references to site.path in Drupal 8

DirectoryTest::testFileCheckLocalDirectoryHandling in core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
Test local directory handling functions.
drupal_install_config_directories in core/includes/install.inc
Creates the config directory and ensures it is operational.
drupal_rewrite_settings in core/includes/install.inc
Replaces values in settings.php with values in the submitted array.
DummyReadOnlyStreamWrapper::getDirectoryPath in core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php
Gets the path that the wrapper is responsible for.
DummyStreamWrapper::getDirectoryPath in core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php
Gets the path that the wrapper is responsible for.
ExtensionDiscovery::scan in core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
Discovers available extensions of a given type.
hold_test_request in core/modules/system/tests/modules/hold_test/hold_test.module
Request hold.
hold_test_response in core/modules/system/tests/modules/hold_test/hold_test.module
Response hold.
install_check_requirements in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_check_translations in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_write_profile in core/includes/install.core.inc
Installation task; writes profile to settings.php if possible.
KernelTestBase::__get in core/tests/Drupal/KernelTests/KernelTestBase.php
BC: Automatically resolve former KernelTestBase class properties.
locale_install in core/modules/locale/locale.install
Implements hook_install().
MigratePrivateFileTest::setUp in core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php
ModulesListFormWebTest::testModulesListFormWithInvalidInfoFile in core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
PublicStream::basePath in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the base path for public://.
ReadOnlyStreamWrapperTest::testReadOnlyBehavior in core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php
Test read-only specific behavior.
SettingsRewriteTest::testDrupalRewriteSettings in core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php
Tests the drupal_rewrite_settings() function.
SimpleTestTest::stubTest in core/modules/simpletest/src/Tests/SimpleTestTest.php
Test to be run and the results confirmed.
SiteConfigureForm::create in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Instantiates a new instance of this class.
SiteSettingsForm::create in core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
Instantiates a new instance of this class.
SiteSettingsForm::createRandomConfigDirectory in core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
Create a random config sync directory.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
Tasks::getFormOptions in core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php
Return driver specific configuration options.
TestBase::prepareEnvironment in core/modules/simpletest/src/TestBase.php
Prepares the current environment for running the test.
TestDiscoveryTest::testGetTestsInProfiles in core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php
@covers ::getTestClasses
TestDiscoveryTest::testGetTestsInProfiles in core/modules/simpletest/tests/src/Unit/TestDiscoveryTest.php
@covers ::getTestClasses
UpdateManagerInstall::create in core/modules/update/src/Form/UpdateManagerInstall.php
Instantiates a new instance of this class.
UpdateReady::create in core/modules/update/src/Form/UpdateReady.php
Instantiates a new instance of this class.
UpdateRegistryFactory::create in core/lib/Drupal/Core/Update/UpdateRegistryFactory.php
Creates a new UpdateRegistry instance.
UpdateScriptTest::testExtensionCompatibilityChange in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests that extension compatibility changes are handled correctly.
UpdateScriptTest::testMissingExtension in core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
Tests that a missing extension prevents updates.
update_manager_local_transfers_allowed in core/modules/update/update.manager.inc
Determines if file transfers will be performed locally.