You are here

50 calls to Settings::get() in Zircon Profile 8

authorize_access_allowed in core/authorize.php
Determines if the current user is allowed to run authorize.php.
BootstrapConfigStorageFactory::get in core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
Returns a configuration storage implementation.
ClientFactory::fromOptions in core/lib/Drupal/Core/Http/ClientFactory.php
Constructs a new client object from some configuration.
ConfigImportSubscriber::validateModules in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates module installations and uninstallations.
ConfigInstaller::drupalGetProfile in core/lib/Drupal/Core/Config/ConfigInstaller.php
Gets the install profile from settings.
CoreServiceProvider::register in core/lib/Drupal/Core/CoreServiceProvider.php
Registers services to the container.
DbUpdateAccessCheck::access in core/modules/system/src/Access/DbUpdateAccessCheck.php
Checks access for update routes.
DbUpdateController::results in core/modules/system/src/Controller/DbUpdateController.php
Displays results of the update script with any accompanying errors.
DbUpdateNegotiator::determineActiveTheme in core/modules/system/src/Theme/DbUpdateNegotiator.php
Determine the active theme for the request.
db_ignore_replica in core/includes/database.inc
Sets a session variable specifying the lag time for ignoring a replica server (A replica server is traditionally referred to as a "slave" in database server documentation).
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.
DrupalKernelSiteTest::testServicesYml in core/modules/system/src/Tests/DrupalKernel/DrupalKernelSiteTest.php
Tests services.yml in site directory.
drupal_get_profile in core/includes/bootstrap.inc
Gets the name of the currently active installation profile.
EntityFileTest::testGetDirectory in core/modules/file/src/Tests/Migrate/EntityFileTest.php
Tests various invocations of the getDirectory() method.
EntityFileTest::testIsLocationUnchanged in core/modules/file/src/Tests/Migrate/EntityFileTest.php
Tests various invocations of the isLocationUnchanged() method.
ExtensionDiscovery::scan in core/lib/Drupal/Core/Extension/ExtensionDiscovery.php
Discovers available extensions of a given type.
ExtensionInstallStorage::getAllFolders in core/lib/Drupal/Core/Config/ExtensionInstallStorage.php
Returns a map of all config object names and their folders.
FinishResponseSubscriber::setResponseCacheable in core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php
Add Cache-Control and Expires headers to a cacheable response.
HtmlToTextTest::testVeryLongLineWrap in core/modules/system/src/Tests/Mail/HtmlToTextTest.php
Tests \Drupal\Core\Mail\MailFormatHelper::htmlToText() wrapping.
InstallerExistingSettingsNoProfileTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php
Verifies that installation succeeded.
install_begin_request in core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
install_write_profile in core/includes/install.core.inc
Installation task; ensures install profile is written to settings.php.
KernelTestBase::initFileCache in core/tests/Drupal/KernelTests/KernelTestBase.php
Initializes the FileCache component.
KernelTestBase::__get in core/tests/Drupal/KernelTests/KernelTestBase.php
BC: Automatically resolve former KernelTestBase class properties.
MailFormatHelper::htmlToText in core/lib/Drupal/Core/Mail/MailFormatHelper.php
Transforms an HTML string into plain text, preserving its structure.
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://.
rebuild.php in core/rebuild.php
Rebuilds all Drupal caches even when Drupal itself does not work.
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 APC user cache keys.
SettingsRewriteTest::testDrupalRewriteSettings in core/modules/system/src/Tests/System/SettingsRewriteTest.php
Tests the drupal_rewrite_settings() function.
SettingsTest::testGet in core/tests/Drupal/Tests/Core/Site/SettingsTest.php
@covers ::get
StreamWrapperTest::testUriFunctions in core/modules/system/src/Tests/File/StreamWrapperTest.php
Test the getViaUri() and getViaScheme() methods and target functions.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
TestBase::prepareEnvironment in core/modules/simpletest/src/TestBase.php
Prepares the current environment for running the test.
TwigSandboxPolicy::__construct in core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
Constructs a new TwigSandboxPolicy object.
UnmanagedCopyTest::testNormal in core/modules/system/src/Tests/File/UnmanagedCopyTest.php
Copy a normal file.
UnmanagedCopyTest::testOverwriteSelf in core/modules/system/src/Tests/File/UnmanagedCopyTest.php
Copy a file onto itself.
UnmanagedMoveTest::testNormal in core/modules/system/src/Tests/File/UnmanagedMoveTest.php
Move a normal file.
UpdateKernel::handleAccess in core/lib/Drupal/Core/Update/UpdateKernel.php
Checks if the current user has rights to access updates page.
UserRequestSubscriber::onKernelTerminate in core/modules/user/src/EventSubscriber/UserRequestSubscriber.php
Updates the current user's last access time.
_drupal_maintenance_theme in core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_update_manager_access in core/modules/update/update.module
Resolves if the current user can access updater menu items.