service site.path in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \site.path
Class
SplStringTags
- 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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: SplString
- factory: 'site.path.factory:get'
- tags:
- - { name: parameter_service }