SecurityFileUploadEventSubscriberTest::testSanitizeNameNoMunge |
function |
core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php |
Tests file name sanitization without file munging. |
SerializedColumnNormalizerTrait::getCustomSerializedPropertyNames |
function |
core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php |
Gets the names of all properties the plugin treats as serialized data. |
SerializedColumnNormalizerTrait::getSerializedPropertyNames |
function |
core/modules/serialization/src/Normalizer/SerializedColumnNormalizerTrait.php |
Gets the names of all serialized properties. |
SessionConfiguration::getName |
function |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Returns the session cookie name. |
SessionConfiguration::getUnprefixedName |
function |
core/lib/Drupal/Core/Session/SessionConfiguration.php |
Returns the session cookie name without the secure/insecure prefix. |
SessionConfigurationTest::providerTestEnforcedSessionName |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Data provider for the cookie name test. |
SessionConfigurationTest::providerTestGeneratedSessionName |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Data provider for the cookie name test. |
SessionConfigurationTest::testEnforcedSessionNameViaCookieDomain |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests whether the session.name 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. |
SessionHttpsTest::$insecureSessionName |
property |
core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php |
The name of the session cookie when using HTTP. |
SessionHttpsTest::$secureSessionName |
property |
core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php |
The name of the session cookie when using HTTPS. |
SessionTestTrait::$sessionName |
property |
core/tests/Drupal/Tests/SessionTestTrait.php |
The name of the session cookie. |
SessionTestTrait::generateSessionName |
function |
core/tests/Drupal/Tests/SessionTestTrait.php |
Generates a session cookie name. |
SessionTestTrait::getSessionName |
function |
core/tests/Drupal/Tests/SessionTestTrait.php |
Returns the session name in use on the child site. |
SetDialogOptionCommand::$optionName |
property |
core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php |
A jQuery UI dialog option name. |
SettingsForm::getEditableConfigNames |
function |
core/modules/media_library/src/Form/SettingsForm.php |
Gets the configuration names that will be editable. |
SettingsForm::getEditableConfigNames |
function |
core/modules/navigation/src/Form/SettingsForm.php |
Gets the configuration names that will be editable. |
ShapeItem::mainPropertyName |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php |
Returns the name of the main property, if any. |
ShapeItemTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/ShapeItemTest.php |
The name of the field to use in this test. |
ShortcutLinksTest::testShortcutLinkRename |
function |
core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php |
Tests that shortcut links can be renamed. |
ShortcutResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
ShortcutSetResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/shortcut/tests/src/Functional/Rest/ShortcutSetResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
ShortcutSetsTest::testShortcutSetCreateWithSetName |
function |
core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php |
Tests creating a new shortcut set with a defined set name. |
ShortcutSetsTest::testShortcutSetRename |
function |
core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php |
Tests renaming a shortcut set. |
ShortcutSetsTest::testShortcutSetSwitchNoSetName |
function |
core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php |
Tests switching a user's shortcut set without providing a new set name. |
ShortcutSetTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ShortcutSetTest.php |
The name of the tested JSON:API resource type. |
ShortcutSetValidationTest::providerInvalidMachineNameCharacters |
function |
core/modules/shortcut/tests/src/Kernel/ShortcutSetValidationTest.php |
Shortcut set IDs are atypical: they allow dashes and disallow underscores. |
ShortcutTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/ShortcutTest.php |
The fields that are protected against modification during PATCH requests. |
ShortcutTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ShortcutTest.php |
The name of the tested JSON:API resource type. |
SimpleAnnotationReader::addNamespace |
function |
core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php |
Adds a namespace in which we will look for annotations. |
SimpleConfigSectionStorage::getConfigName |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/SimpleConfigSectionStorage.php |
Returns the name to be used to store in the config system. |
SiteConfigureForm::getEditableConfigNames |
function |
core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php |
Gets the configuration names that will be editable. |
SiteInformationForm::getEditableConfigNames |
function |
core/modules/system/src/Form/SiteInformationForm.php |
Gets the configuration names that will be editable. |
SiteMaintenanceModeForm::getEditableConfigNames |
function |
core/modules/system/src/Form/SiteMaintenanceModeForm.php |
Gets the configuration names that will be editable. |
SiteNameTest |
class |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
Tests that the site name can be set during a non-interactive installation. |
SiteNameTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
|
SiteNameTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
The theme to install as the default for testing. |
SiteNameTest::$siteName |
property |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
The site name to be used when testing. |
SiteNameTest::installParameters |
function |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
Returns the parameters that will be used when the test installs Drupal. |
SiteNameTest::testSiteName |
function |
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php |
Tests that the desired site name appears on the page after installation. |
SomeAnnotationClassNameWithoutConstructor |
class |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
|
SomeAnnotationClassNameWithoutConstructor::$data |
property |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
|
SomeAnnotationClassNameWithoutConstructor::$name |
property |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
|
SomeAnnotationClassNameWithoutConstructorAndProperties |
class |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
|
SomeAnnotationWithConstructorWithoutParams::$name |
property |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
|
Sort::KEY_NAME |
constant |
core/modules/jsonapi/src/Query/Sort.php |
The JSON:API sort key name. |
SourceEditingPreventSelfXssConstraintValidator::getRegExForWildCardAttributeName |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraintValidator.php |
Computes a regular expression for matching a wildcard attribute name. |
SourceEditingPreventSelfXssConstraintValidator::isWildcardAttributeName |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingPreventSelfXssConstraintValidator.php |
Checks whether the given attribute name contains a wildcard, e.g. `data-*`. |
Sql::$mapTableName |
property |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The migration map table name. |
Sql::$messageTableName |
property |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The message table name. |