MachineNameTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php |
The theme to install as the default for testing. |
MachineNameTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Modules to enable. |
MachineNameTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php |
Required modules. |
MachineNameTest::$transliteration |
property |
core/modules/migrate/tests/src/Unit/process/MachineNameTest.php |
The mock transliteration. |
MachineNameTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Form constructor. |
MachineNameTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Returns a unique string identifying the form. |
MachineNameTest::providerTestMachineNames |
function |
core/modules/migrate/tests/src/Unit/process/MachineNameTest.php |
Provides test cases for MachineNameTest::testMachineNames(). |
MachineNameTest::providerTestValueCallback |
function |
core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php |
Data provider for testValueCallback(). |
MachineNameTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php |
|
MachineNameTest::setUp |
function |
core/modules/migrate/tests/src/Unit/process/MachineNameTest.php |
|
MachineNameTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Form submission handler. |
MachineNameTest::testInvalidConfiguration |
function |
core/modules/migrate/tests/src/Unit/process/MachineNameTest.php |
Tests that the replacement regular expression is a string. |
MachineNameTest::testMachineName |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php |
Tests that machine name field functions. |
MachineNameTest::testMachineNameOrderException |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Tests the order of the machine name field and the source. |
MachineNameTest::testMachineNames |
function |
core/modules/migrate/tests/src/Unit/process/MachineNameTest.php |
Tests machine name transformation of non-alphanumeric characters. |
MachineNameTest::testProcessMachineName |
function |
core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php |
@covers ::processMachineName |
MachineNameTest::testValueCallback |
function |
core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php |
@covers ::valueCallback |
MachineNameTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/MachineNameTest.php |
Form validation handler. |
Mail::formatDisplayName |
function |
core/lib/Drupal/Component/Utility/Mail.php |
Return a RFC-2822 compliant "display-name" component. |
MailTest::providerTestDisplayName |
function |
core/tests/Drupal/Tests/Component/Utility/MailTest.php |
Data provider for testFormatDisplayName(). |
MailTest::testFormatDisplayName |
function |
core/tests/Drupal/Tests/Component/Utility/MailTest.php |
Tests RFC-2822 'display-name' formatter. |
ManagedStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Config/ManagedStorage.php |
Gets the existing collections. |
ManagedStorage::getCollectionName |
function |
core/lib/Drupal/Core/Config/ManagedStorage.php |
Gets the name of the current collection the storage is using. |
ManagedStorage::rename |
function |
core/lib/Drupal/Core/Config/ManagedStorage.php |
Renames a configuration object in the storage. |
ManageFieldsFunctionalTest::$fieldName |
property |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
The name of a random field to be created for testing. |
ManageFieldsFunctionalTest::$fieldNameInput |
property |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
The input name of a random field to be created for testing. |
ManageFieldsFunctionalTest::testDisallowedFieldNames |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests that Field UI respects disallowed field names. |
ManageFieldsFunctionalTest::testDuplicateFieldName |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php |
Tests that a duplicate field name is caught by validation. |
MapDataDefinition::$mainPropertyName |
property |
core/lib/Drupal/Core/TypedData/MapDataDefinition.php |
The name of the main property, or NULL if there is none. |
MapDataDefinition::getMainPropertyName |
function |
core/lib/Drupal/Core/TypedData/MapDataDefinition.php |
Returns the name of the main property, if any. |
MapDataDefinition::setMainPropertyName |
function |
core/lib/Drupal/Core/TypedData/MapDataDefinition.php |
Sets the main property name. |
MapItem::mainPropertyName |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php |
Returns the name of the main property, if any. |
MatcherDumper::$tableName |
property |
core/lib/Drupal/Core/Routing/MatcherDumper.php |
The name of the SQL table to which to dump the routes. |
Media::getName |
function |
core/modules/media/src/Entity/Media.php |
Gets the media item name. |
Media::setName |
function |
core/modules/media/src/Entity/Media.php |
Sets the media item name. |
MediaInterface::getName |
function |
core/modules/media/src/MediaInterface.php |
Gets the media item name. |
MediaInterface::setName |
function |
core/modules/media/src/MediaInterface.php |
Sets the media item name. |
MediaResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
MediaSettingsForm::getEditableConfigNames |
function |
core/modules/media/src/Form/MediaSettingsForm.php |
Gets the configuration names that will be editable. |
MediaSource::$default_name_metadata_attribute |
property |
core/modules/media/src/Annotation/MediaSource.php |
The metadata attribute name to provide the default name. |
MediaSource::$default_thumbnail_filename |
property |
core/modules/media/src/Annotation/MediaSource.php |
A filename for the default thumbnail. |
MediaSourceBase::getSourceFieldName |
function |
core/modules/media/src/MediaSourceBase.php |
Determine the name of the source field. |
MediaSourceTest::testDefaultName |
function |
core/modules/media/tests/src/Kernel/MediaSourceTest.php |
Tests default media name functionality. |
MediaTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/MediaTest.php |
The fields that are protected against modification during PATCH requests. |
MediaTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/MediaTest.php |
The name of the tested JSON:API resource type. |
MediaTest::assignNameToCkeditorPanelIframe |
function |
core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php |
Assigns a name to the CKEditor context menu iframe. |
MediaTest::testNameBaseField |
function |
core/modules/media/tests/src/Kernel/MediaTest.php |
Tests the Media "name" base field behavior. |
MediaThumbnailFormatterTest::$mediaFieldName |
property |
core/modules/media/tests/src/Kernel/MediaThumbnailFormatterTest.php |
Test media reference field name. |
MediaTypeTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/MediaTypeTest.php |
The name of the tested JSON:API resource type. |
MemoryStorage::getAllCollectionNames |
function |
core/lib/Drupal/Core/Config/MemoryStorage.php |
Gets the existing collections. |