ModerationStateFieldItemListTest::testEntityUnserialize |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests the moderation_state field after an entity has been serialized. |
ModerationStateFieldItemListTest::testEntityWithNoWorkflow |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests updating the state for an entity without a workflow. |
ModerationStateFieldItemListTest::testGet |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
@covers ::get[[api-linebreak]] |
ModerationStateFieldItemListTest::testGetValue |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
@covers ::getValue[[api-linebreak]] |
ModerationStateFieldItemListTest::testModeratedEntityWithExistingId |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests saving a moderated node with an existing ID. |
ModerationStateFieldItemListTest::testModerationStateChanges |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests that moderation state changes also change the related entity state. |
ModerationStateFieldItemListTest::testModerationStateSampleValues |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test generating sample values for entities with a moderation state. |
ModerationStateFieldItemListTest::testNonModeratedEntity |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests the list class with a non moderated entity. |
ModerationStateFieldItemListTest::testTranslationWithExistingUnmoderatedContent |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests field item list translation support with unmoderated content. |
ModerationStateFieldItemListTest::testUnsetItemList |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests the field item when it is unset. |
ModerationStateFieldItemListTest::testWithExistingUnmoderatedContent |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests the field item list when used with existing unmoderated content. |
ModerationStateFieldItemListTest::testWorkflowCustomizedInitialState |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test customizing the default moderation state. |
ModuleInstallerTest::testFieldStorageEntityTypeDependencies |
function |
core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php |
Tests field storage definitions are installed only if entity types exist. |
MultiItemsFieldHandlerInterface |
interface |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
Defines a field handler which renders multiple items per row. |
MultiItemsFieldHandlerInterface.php |
file |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
|
MultiItemsFieldHandlerInterface::getItems |
function |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
Gets an array of items for the field. |
MultiItemsFieldHandlerInterface::renderItems |
function |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
Render all items in this field together. |
MultiItemsFieldHandlerInterface::render_item |
function |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
Renders a single item of a row. |
MultipleFileUploadTest::testMultipleFileFieldWithAllFileExtensions |
function |
core/modules/file/tests/src/Functional/MultipleFileUploadTest.php |
Tests multiple file field with all file extensions. |
MultipleValueWidgetTest::testFieldMultipleValueWidget |
function |
core/modules/field/tests/src/FunctionalJavascript/MultipleValueWidgetTest.php |
Tests the 'Add more' functionality. |
MultipleValueWidgetTest::testFieldMultipleValueWidgetAddMoreNoValidation |
function |
core/modules/field/tests/src/FunctionalJavascript/MultipleValueWidgetTest.php |
Tests that no validation occurs on field on "Add more" click. |
MultipleWidgetFormTest::$field |
property |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
An array of values defining a field. |
MultipleWidgetFormTest::$fieldStorageMultiple |
property |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
An array of values defining a field multiple. |
MultipleWidgetFormTest::testFieldFormMultipleWidget |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests widgets handling multiple values. |
MultipleWidgetFormTest::testFieldFormMultipleWidgetAlter |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests hook_field_widget_complete_form_alter(). |
MultipleWidgetFormTest::testFieldFormMultipleWidgetAlterSingleValues |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests hook_field_widget_complete_form_alter() with single value elements. |
MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlter |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests hook_field_widget_complete_WIDGET_TYPE_form_alter(). |
MultipleWidgetFormTest::testFieldFormMultipleWidgetTypeAlterSingleValues |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests hook_field_widget_complete_WIDGET_TYPE_form_alter() with single value elements. |
MultipleWidgetFormTest::testLabelOnMultiValueFields |
function |
core/modules/field/tests/src/Functional/MultipleWidgetFormTest.php |
Tests the form display of the label for multi-value fields. |
MultiStepNodeFormBasicOptionsTest::$fieldName |
property |
core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php |
The field name to create. |
MySqlCastedIntFieldJoinTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/Plugin/views/MySqlCastedIntFieldJoinTest.php |
Tests MySQL specific cast handling. |
MySqlCastedIntFieldJoinTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/Plugin/views/MySqlCastedIntFieldJoinTest.php |
|
MySqlCastedIntFieldJoinTest::$castingType |
property |
core/modules/mysql/tests/src/Kernel/mysql/Plugin/views/MySqlCastedIntFieldJoinTest.php |
The db type that should be used for casting fields as integers. |
MysqlCastSql::getFieldAsInt |
function |
core/modules/mysql/src/Plugin/views/query/MysqlCastSql.php |
|
MysqlDateSql::getDateField |
function |
core/modules/views/src/Plugin/views/query/MysqlDateSql.php |
|
MysqlDateSql::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/MysqlDateSql.php |
|
MysqlDateSqlTest::testGetDateField |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php |
Tests the getDateField method. |
MysqlDateSqlTest::testSetFieldTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php |
Tests timezone offset formatting. |
NestedFormTest::$field |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
NestedFormTest::$fieldStorageSingle |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
NestedFormTest::$fieldStorageUnlimited |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
NestedFormTest::testNestedFieldForm |
function |
core/modules/field/tests/src/Functional/NestedFormTest.php |
Tests Field API form integration within a subform. |
Node::$entityFieldManager |
property |
core/modules/node/src/Plugin/views/wizard/Node.php |
The entity field manager. |
Node::$fieldInfo |
property |
core/modules/node/src/Plugin/migrate/source/d6/Node.php |
Cached field and field instance definitions. |
Node::baseFieldDefinitions |
function |
core/modules/node/src/Entity/Node.php |
|
Node::fields |
function |
core/modules/node/src/Plugin/migrate/source/d6/Node.php |
|
Node::fields |
function |
core/modules/node/src/Plugin/migrate/source/d7/Node.php |
|
Node::getFieldData |
function |
core/modules/node/src/Plugin/migrate/source/d6/Node.php |
Retrieves raw field data for a node. |
Node::getFieldInfo |
function |
core/modules/node/src/Plugin/migrate/source/d6/Node.php |
Gets field and instance definitions from the database. |
Node::getFieldValues |
function |
core/modules/node/src/Plugin/migrate/source/d6/Node.php |
Gets field values for a node. |