You are here

service site.path in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \site.path

Class

SplString

Tags

  • parameter_service
33 string references to site.path
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.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: SplString
  2. factory: 'site.path.factory:get'
  3. tags:
  4. - { name: parameter_service }