95 calls to Settings::get()

AssetsStream::basePath in core/lib/Drupal/Core/StreamWrapper/AssetsStream.php
Returns the base path for public://.
AssetsStream::baseUrl in core/lib/Drupal/Core/StreamWrapper/AssetsStream.php
Finds and returns the base URL for public://.
BootstrapConfigStorageFactory::get in core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
Returns a configuration storage implementation.
CacheTagPreloadSubscriber::onRequest in core/lib/Drupal/Core/Cache/EventSubscriber/CacheTagPreloadSubscriber.php
Preloads frequently used cache tags.
ClientFactory::fromOptions in core/lib/Drupal/Core/Http/ClientFactory.php
Constructs a new client object from some configuration.
ConfigFileContentTest::testSerialization in core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php
Tests serialization of configuration to file.
ConfigImporter::getNextExtensionOperation in core/lib/Drupal/Core/Config/ConfigImporter.php
Gets the next extension operation to perform.
ConfigImportUploadTest::testImport in core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
Tests importing configuration.
ConfigImportUploadTest::testImportTarballFiltering in core/modules/config/tests/src/Functional/ConfigImportUploadTest.php
Tests importing tarball with non-config contents.
ConfigInstallWebTest::testConfigModuleRequirements in core/modules/config/tests/src/Functional/ConfigInstallWebTest.php
Tests config_requirements().
CoreServiceProvider::register in core/lib/Drupal/Core/CoreServiceProvider.php
Registers services to the container.
CredentialForm::buildForm in core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
Form constructor.
CssCollectionOptimizerLazy::deleteAll in core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php
Deletes all optimized asset collections assets.
DbUpdateAccessCheck::access in core/modules/system/src/Access/DbUpdateAccessCheck.php
Checks access to update.php.
DbUpdateController::results in core/modules/system/src/Controller/DbUpdateController.php
Displays results of the update script with any accompanying errors.
DrupalKernel::boot in core/lib/Drupal/Core/DrupalKernel.php
Boots the current kernel.
DrupalKernel::discoverServiceProviders in core/lib/Drupal/Core/DrupalKernel.php
Discovers available serviceProviders.
DrupalKernel::getContainerCacheKey in core/lib/Drupal/Core/DrupalKernel.php
Returns the container cache key based on the environment.
DrupalKernel::initializeContainer in core/lib/Drupal/Core/DrupalKernel.php
Initializes the service container.
DrupalKernel::initializeSettings in core/lib/Drupal/Core/DrupalKernel.php
Locate site path and initialize settings singleton.
DrupalKernel::preHandle in core/lib/Drupal/Core/DrupalKernel.php
Helper method that does request related initialization.
DrupalKernelSiteTest::testServicesYml in core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php
Tests services.yml in site directory.
ExecutableFinder::find in core/modules/package_manager/src/ExecutableFinder.php
ExtensionDiscovery::scan in core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
Discovers available extensions of a given type.
ExtensionDiscovery::scanDirectory in core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
Recursively scans a base directory for the extensions it contains.
FieldImportCreateTest::testImportCreate in core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
Tests creating field storages and fields during config import.
FileCopyTest::testNormal in core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
Copy a normal file.
FileCopyTest::testOverwriteSelf in core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
Copy a file onto itself.
FileDownloadController::download in core/modules/system/src/FileDownloadController.php
Handles private file transfers.
FileMoveTest::testNormal in core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php
Move a normal file.
FileStorageFactory::getSync in core/lib/Drupal/Core/Config/FileStorageFactory.php
Returns a FileStorage object working with the sync config directory.
FileStorageFactoryTest::testGetSync in core/tests/Drupal/KernelTests/Core/Config/FileStorageFactoryTest.php
Tests get sync.
FinishResponseSubscriber::setResponseCacheable in core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php
Add Cache-Control and Expires headers to a cacheable response.
FormCache::setCache in core/lib/Drupal/Core/Form/FormCache.php
Stores a form in the cache.
HtaccessTest::setUp in core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php
HtaccessTest::testHtaccessSave in core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php
Tests htaccess save.
HtaccessWriter::defaultProtectedDirs in core/lib/Drupal/Core/File/HtaccessWriter.php
Returns a list of the default protected directories.
HtaccessWriter::ensure in core/lib/Drupal/Core/File/HtaccessWriter.php
Creates a .htaccess file in each Drupal files directory if it is missing.
HtmlToTextTest::testVeryLongLineWrap in core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php
Tests \Drupal\Core\Mail\MailFormatHelper::htmlToText() wrapping.
ImageStyleDownloadController::deliver in core/modules/image/src/Controller/ImageStyleDownloadController.php
Generates a derivative, given a style and image path.
ImageStyleDownloadController::sourceImageExists in core/modules/image/src/Controller/ImageStyleDownloadController.php
Checks whether the provided source image exists.
install_begin_request in core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
install_load_profile in core/includes/install.core.inc
Loads information about the chosen profile during installation.
install_profile_modules in core/includes/install.core.inc
Installs required modules via a batch process.
JsCollectionOptimizerLazy::deleteAll in core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
Deletes all optimized asset collections assets.
KernelTestBase::initFileCache in core/tests/Drupal/KernelTests/KernelTestBase.php
Initializes the FileCache component.
MailFormatHelper::htmlToText in core/lib/Drupal/Core/Mail/MailFormatHelper.php
Transforms an HTML string into plain text, preserving its structure.
NodeImportCreateTest::testImportCreate in core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php
Tests creating a content type during config import.
NodeMigrateType::getNodeMigrateType in core/modules/migrate_drupal/src/NodeMigrateType.php
Determines the type of node migration to be used.
PackageManagerBypassServiceProvider::alter in core/modules/package_manager/tests/modules/package_manager_bypass/src/PackageManagerBypassServiceProvider.php
Modifies existing service definitions.
PackageManagerRequirements::getRequirements in core/modules/package_manager/src/Install/Requirements/PackageManagerRequirements.php
Check installation requirements.
PackageManagerRequirementsHooks::checkSettings in core/modules/package_manager/src/Hook/PackageManagerRequirementsHooks.php
Check that package manager has an explicit setting to allow installation.
PageCache::storeResponse in core/modules/page_cache/src/StackMiddleware/PageCache.php
Stores a response in the page cache.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PhpMail::mail in core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php
Sends an email message.
PhpStorageFactory::get in core/lib/Drupal/Core/PhpStorage/PhpStorageFactory.php
Instantiates a storage for generated PHP code.
PrivateStream::basePath in core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
Returns the base path for private://.
PublicStream::basePath in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the base path for public://.
PublicStream::baseUrl in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Finds and returns the base URL for public://.
PublicStream::getLocalPath in core/lib/Drupal/Core/StreamWrapper/PublicStream.php
Returns the canonical absolute path of the URI, if possible.
rebuild.php in core/rebuild.php
Rebuilds all Drupal caches even when Drupal itself does not work.
ReplicaKillSwitchTest::testSystemInitIgnoresSecondaries in core/tests/Drupal/KernelTests/Core/Database/ReplicaKillSwitchTest.php
Tests database.replica_kill_switch service.
SandboxManagerBase::isDirectWrite in core/modules/package_manager/src/SandboxManagerBase.php
Indicates whether the active directory will be changed directly.
SelectProfileForm::buildForm in core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
Form constructor.
SelectProfileForm::submitForm in core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
Form submission handler.
SendmailCommandValidationTransportFactory::create in core/lib/Drupal/Core/Mailer/Transport/SendmailCommandValidationTransportFactory.php
ServiceProviderTestServiceProvider::alter in core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php
Modifies existing service definitions.
Settings::getApcuPrefix in core/lib/Drupal/Core/Site/Settings.php
Generates a prefix for APCu user cache keys.
SettingsRewriteTest::testDrupalRewriteSettings in core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php
Tests drupal rewrite settings.
SettingsTest::testFakeDeprecatedSettings in core/tests/Drupal/Tests/Core/Site/SettingsTest.php
Tests deprecation messages and values when using fake deprecated settings.
SettingsTest::testGet in core/tests/Drupal/Tests/Core/Site/SettingsTest.php
Tests get.
SettingsValidator::validate in core/modules/package_manager/src/Validator/SettingsValidator.php
Checks that Drupal's settings are valid for Package Manager.
SiteConfigureForm::buildForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Form constructor.
SitesDirectoryHardeningTest::testSitesDirectoryHardeningConfig in core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php
Tests writable files remain writable when directory hardening is disabled.
SiteSettingsForm::submitForm in core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php
Form submission handler.
SqlContentEntityStorageSchema::postUpdateEntityTypeSchema in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
Allows subscribers to do any cleanup necessary after data copying.
SqlFieldableEntityTypeListenerTrait::copyData in core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php
Copies entity data from the original storage to the temporary one.
StreamWrapperManager::normalizeUri in core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
Normalizes a URI by making it syntactically correct.
StreamWrapperTest::testUriFunctions in core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php
Tests the getViaUri() and getViaScheme() methods and target functions.
SystemHooks::fileDownload in core/modules/system/src/Hook/SystemHooks.php
Implements hook_file_download().
SystemInfoController::php in core/modules/system/src/Controller/SystemInfoController.php
Returns the contents of phpinfo().
SystemRequirements::checkRequirements in core/modules/system/src/Install/Requirements/SystemRequirements.php
Check requirements for a given phase.
SystemRequirementsHooks::checkRequirements in core/modules/system/src/Hook/SystemRequirementsHooks.php
Check requirements for a given phase.
TwigSandboxPolicy::getMethodsAllowedOnAllObjects in core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
Gets the list of allowed methods on all objects.
TwigSandboxPolicy::__construct in core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
Constructs a new TwigSandboxPolicy object.
UpdatePathTestBase::installDrupal in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
Overrides BrowserTestBase::installDrupal() for update testing.
UpdatePathTestBaseTest::testSetup in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
Tests that setup is done correctly.
UserFloodSubscriber::blockedIp in core/modules/user/src/EventSubscriber/UserFloodSubscriber.php
An attempt to login has been blocked based on IP.
UserFloodSubscriber::blockedUser in core/modules/user/src/EventSubscriber/UserFloodSubscriber.php
An attempt to login has been blocked based on user name.
UserRequestSubscriber::onKernelTerminate in core/modules/user/src/EventSubscriber/UserRequestSubscriber.php
Updates the current user's last access time.
WorkspaceMerger::merge in core/modules/workspaces/src/WorkspaceMerger.php
Merges the contents of the source workspace into the target workspace.
WorkspacePublisher::publish in core/modules/workspaces/src/WorkspacePublisher.php
Publishes the contents of a workspace to the default (Live) workspace.
WorkspacesHooks::cron in core/modules/workspaces/src/Hook/WorkspacesHooks.php
Implements hook_cron().
_drupal_maintenance_theme in core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_locale_rebuild_js in core/modules/locale/locale.module
Creates or recreates the JavaScript translation file for a language.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.