| SearchPage::configFactory |
function |
core/modules/search/src/Entity/SearchPage.php |
Wraps the config factory. |
| SearchPageListBuilder::$configFactory |
property |
core/modules/search/src/SearchPageListBuilder.php |
Stores the configuration factory. |
| SearchPageListBuilder::getEditableConfigNames |
function |
core/modules/search/src/SearchPageListBuilder.php |
Gets the configuration names that will be editable. |
| SearchPageRepository::$configFactory |
property |
core/modules/search/src/SearchPageRepository.php |
The config factory. |
| SearchPageRepositoryTest::$configFactory |
property |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
The config factory. |
| SearchPluginCollectionTest::testGetWithConfigurablePlugin |
function |
core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php |
Tests the get() method with a configurable plugin. |
| SearchTextProcessor::$configFactory |
property |
core/modules/search/src/SearchTextProcessor.php |
The config factory. |
| SectionComponent::$configuration |
property |
core/modules/layout_builder/src/SectionComponent.php |
An array of plugin configuration. |
| SectionComponent::getConfiguration |
function |
core/modules/layout_builder/src/SectionComponent.php |
Gets the component plugin configuration. |
| SectionComponent::setConfiguration |
function |
core/modules/layout_builder/src/SectionComponent.php |
Sets the plugin configuration. |
| SecurityAdvisoriesFetcher::$config |
property |
core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php |
The 'system.advisories' configuration. |
| SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests that the stored advisories response is deleted on interval decrease. |
| SelectionPluginBase::buildConfigurationForm |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php |
Form constructor. |
| SelectionPluginBase::defaultConfiguration |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php |
Gets default configuration for this plugin. |
| SelectionPluginBase::submitConfigurationForm |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php |
Form submission handler. |
| SelectionPluginBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php |
Form validation handler. |
| SelectProfileForm::CONFIG_INSTALL_PROFILE_KEY |
constant |
core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php |
The key used in the profile list for the install from config option. |
| SequentiallyConstraintValidatorTest::testConfigValidation |
function |
core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php |
Tests use of Sequentially validation constraint in config. |
| serializer.normalizer.config_entity |
service |
core/modules/serialization/serialization.services.yml |
Drupal\serialization\Normalizer\ConfigEntityNormalizer |
| serializer.normalizer.config_entity.jsonapi |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\Normalizer\ConfigEntityDenormalizer |
| ServerCommand::configure |
function |
core/lib/Drupal/Core/Command/ServerCommand.php |
|
| SessionConfiguration |
class |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Defines the default session configuration generator. |
| SessionConfiguration.php |
file |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
|
| SessionConfiguration::$options |
property |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
An associative array of session ini settings. |
| SessionConfiguration::drupalValidTestUa |
function |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Wraps drupal_valid_test_ua(). |
| SessionConfiguration::getCookieDomain |
function |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Return the session cookie domain. |
| SessionConfiguration::getName |
function |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Returns the session cookie name. |
| SessionConfiguration::getOptions |
function |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Returns a list of options suitable for passing to the session storage. |
| SessionConfiguration::getUnprefixedName |
function |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Returns the session cookie name without the secure/insecure prefix. |
| SessionConfiguration::hasSession |
function |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Determines whether a session identifier is on the request. |
| SessionConfiguration::__construct |
function |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Constructs a new session configuration instance. |
| SessionConfigurationInterface |
interface |
core/lib/Drupal/Core/Session/SessionConfigurationInterface.php |
Defines an interface for session configuration generators. |
| SessionConfigurationInterface.php |
file |
core/lib/Drupal/Core/Session/SessionConfigurationInterface.php |
|
| SessionConfigurationInterface::getOptions |
function |
core/lib/Drupal/Core/Session/SessionConfigurationInterface.php |
Returns a list of options suitable for passing to the session storage. |
| SessionConfigurationInterface::hasSession |
function |
core/lib/Drupal/Core/Session/SessionConfigurationInterface.php |
Determines whether a session identifier is on the request. |
| SessionConfigurationTest |
class |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests Drupal\Core\Session\SessionConfiguration. |
| SessionConfigurationTest.php |
file |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
|
| SessionConfigurationTest::createSessionConfiguration |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Constructs a partially mocked SUT. |
| SessionConfigurationTest::providerTestCookieSecure |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Data provider for the cookie secure test. |
| SessionConfigurationTest::providerTestEnforcedCookieDomain |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Data provider for the cookie domain test. |
| SessionConfigurationTest::providerTestEnforcedSessionName |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Data provider for the cookie name test. |
| SessionConfigurationTest::providerTestGeneratedCookieDomain |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Data provider for the cookie domain test. |
| SessionConfigurationTest::providerTestGeneratedSessionName |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Data provider for the cookie name test. |
| SessionConfigurationTest::testConstructorDefaultSettings |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests constructor's default settings. |
| SessionConfigurationTest::testCookieSecure |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests whether the session.cookie_secure ini settings is computed correctly. |
| SessionConfigurationTest::testCookieSecureNotOverridable |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests that session.cookie_secure ini settings cannot be overridden. |
| SessionConfigurationTest::testEnforcedCookieDomain |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests the constructor injected session.cookie_domain ini setting. |
| SessionConfigurationTest::testEnforcedSessionNameViaCookieDomain |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests whether the session.name ini settings is computed correctly. |
| SessionConfigurationTest::testGeneratedCookieDomain |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests whether the session.cookie_domain ini settings is computed correctly. |
| SessionConfigurationTest::testGeneratedSessionName |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests whether the session.name ini settings is computed correctly. |