| 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. |
| SmartDefaultSettingsTest::$testLogServiceName |
property |
core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php |
The service name for a logger implementation that collects anything logged. |
| 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. |
| Sql::getQualifiedMapTableName |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
Get the fully qualified map table name. |
| Sql::mapTableName |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The name of the database map table. |
| Sql::messageTableName |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
The name of the database message table. |
| SqlContentEntityStorage::getQueryServiceName |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
Gets the name of the service for the query for this entity storage. |
| SqlContentEntityStorageSchema::getEntityIndexName |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the name to be used for the given entity index. |
| SqlContentEntityStorageSchema::getFieldIndexName |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Generates an index name for a field data table. |
| SqlContentEntityStorageSchema::getFieldSchemaIdentifierName |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Generates a safe schema identifier (name of an index, column name etc.). |
| SqlContentEntityStorageSchema::getTableNames |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets a list of table names for this entity type, field storage and mapping. |
| SqlContentEntityStorageSchema::hasSharedTableNameChanges |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Detects whether any table name got renamed in an entity type update. |
| StatementPrefetchIterator::$columnNames |
property |
core/lib/Drupal/Core/Database/StatementPrefetchIterator.php |
The list of column names in this result set. |
| StaticMenuLinkOverrides::$configName |
property |
core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php |
The config name used to store the overrides. |
| StaticReflectionClass::getExtensionName |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
| StaticReflectionClass::getFileName |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
| StaticReflectionClass::getInterfaceNames |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
| StaticReflectionClass::getName |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
| StaticReflectionClass::getNamespaceName |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
| StaticReflectionClass::getShortName |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
| StaticReflectionClass::getTraitNames |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
| StaticReflectionClass::inNamespace |
function |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php |
|
| StaticReflectionParser::$className |
property |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php |
The fully qualified class name. |
| StaticReflectionParser::$namespace |
property |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php |
The namespace of the class. |
| StaticReflectionParser::$parentClassName |
property |
core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php |
The name of the class this class extends, if any. |