ConfigNamesMapperTest::testHasSchema |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::hasSchema(). |
ConfigNamesMapperTest::testHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::hasTranslatable(). |
ConfigNamesMapperTest::testHasTranslation |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::hasTranslation(). |
ConfigNamesMapperTest::testPopulateFromRouteMatch |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::populateFromRouteMatch(). |
ConfigRenameEvent |
class |
core/lib/Drupal/Core/Config/ConfigRenameEvent.php |
Configuration event fired when renaming a configuration object. |
ConfigRenameEvent.php |
file |
core/lib/Drupal/Core/Config/ConfigRenameEvent.php |
|
ConfigRenameEvent::$oldName |
property |
core/lib/Drupal/Core/Config/ConfigRenameEvent.php |
The old configuration object name. |
ConfigRenameEvent::getOldName |
function |
core/lib/Drupal/Core/Config/ConfigRenameEvent.php |
Gets the old configuration object name. |
ConfigRenameEvent::__construct |
function |
core/lib/Drupal/Core/Config/ConfigRenameEvent.php |
Constructs the config rename event. |
ConfigTest::setNameProvider |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Provides config names to test. |
ConfigTest::testSetName |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests set name. |
ConfigTest::testValidateNameException |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Tests validate name exception. |
ConfigTest::validateNameProvider |
function |
core/tests/Drupal/Tests/Core/Config/ConfigTest.php |
Provides data to test name validation. |
ConfigTestTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php |
The name of the tested JSON:API resource type. |
ConfigTranslationTestSubscriber::addConfigNames |
function |
core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php |
Reacts to the populating of a configuration mapper. |
ConfigurableLanguage::getName |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
Gets the name of the language. |
ConfigurableLanguage::setName |
function |
core/modules/language/src/Entity/ConfigurableLanguage.php |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set Language name'), pluralize: FALSE)] |
ConfigurableLanguageInterface::setName |
function |
core/modules/language/src/ConfigurableLanguageInterface.php |
Sets the name of the language. |
ConfigurableLanguageTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php |
The name of the tested JSON:API resource type. |
ConfigurableLanguageTest::testName |
function |
core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php |
Tests configurable language name methods. |
ConfiguredTrait::getEditableConfigNames |
function |
core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php |
Gets the configuration names that will be editable. |
ConfirmFormBase::getFormName |
function |
core/lib/Drupal/Core/Form/ConfirmFormBase.php |
Returns the internal name used to refer to the confirmation item. |
ConfirmFormInterface::getFormName |
function |
core/lib/Drupal/Core/Form/ConfirmFormInterface.php |
Returns the internal name used to refer to the confirmation item. |
Connection::getFullQualifiedTableName |
function |
core/lib/Drupal/Core/Database/Connection.php |
Get a fully qualified table name. |
Connection::getFullQualifiedTableName |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
Get a fully qualified table name. |
Connection::getFullQualifiedTableName |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
Get a fully qualified table name. |
Connection::makeSequenceName |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Connection.php |
Creates the appropriate sequence name for a given table and serial field. |
ConnectionTest::testNamespaceDefault |
function |
core/tests/Drupal/Tests/Core/Database/ConnectionTest.php |
Tests namespace default. |
ContactFormEditForm::getEditableConfigNames |
function |
core/modules/contact/src/ContactFormEditForm.php |
Gets the configuration names that will be editable. |
ContactFormResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
ContactFormTest::$resourceTypeName |
property |
core/modules/contact/tests/src/Functional/Jsonapi/ContactFormTest.php |
The name of the tested JSON:API resource type. |
container.namespaces |
service |
core/core.services.yml |
ArrayObject |
ContentDispositionFilenameParser |
class |
core/modules/file/src/Upload/ContentDispositionFilenameParser.php |
Parses the content-disposition header to extract the client filename. |
ContentDispositionFilenameParser.php |
file |
core/modules/file/src/Upload/ContentDispositionFilenameParser.php |
|
ContentDispositionFilenameParser::parseFilename |
function |
core/modules/file/src/Upload/ContentDispositionFilenameParser.php |
Parse the content disposition header and return the filename. |
ContentDispositionFilenameParser::REQUEST_HEADER_FILENAME_REGEX |
constant |
core/modules/file/src/Upload/ContentDispositionFilenameParser.php |
The regex used to extract the filename from the content disposition header. |
ContentDispositionFilenameParser::__construct |
function |
core/modules/file/src/Upload/ContentDispositionFilenameParser.php |
Private constructor to prevent instantiation. |
ContentDispositionFilenameParserTest |
class |
core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php |
Tests the ContentDispositionFilenameParser class. |
ContentDispositionFilenameParserTest.php |
file |
core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php |
|
ContentDispositionFilenameParserTest::createRequest |
function |
core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php |
Creates a request with the given content-disposition header. |
ContentDispositionFilenameParserTest::invalidHeaderProvider |
function |
core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php |
A data provider for invalid headers. |
ContentDispositionFilenameParserTest::testParseFilenameExtended |
function |
core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php |
Tests parse filename extended. |
ContentDispositionFilenameParserTest::testParseFilenameInvalid |
function |
core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php |
Tests parse filename invalid. |
ContentDispositionFilenameParserTest::testParseFilenameMissing |
function |
core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php |
Tests parse filename missing. |
ContentDispositionFilenameParserTest::testParseFilenameSuccess |
function |
core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php |
Tests the parseFilename() method. |
ContentEntityConfirmFormBase::getFormName |
function |
core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php |
Returns the internal name used to refer to the confirmation item. |
ContentEntityForm::getEditedFieldNames |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Gets the names of all fields edited in the form. |
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::$fieldName |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php |
The field name with multiple properties being test with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameFile |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The name of the file field being tested with the entity type. |
ContentEntityFormFieldValidationFilteringTest::$fieldNameMultiple |
property |
core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php |
The multi-valued field name being tested with the entity type. |