MigrateVocabularyFieldTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php |
|
MigrateVocabularyFieldTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php |
Modules to enable. |
MigrateVocabularyFieldTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php |
|
MigrateVocabularyFieldTest::testVocabularyField |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php |
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration. |
migrate_cckfield_plugin_manager_test.info.yml |
file |
core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml |
core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml |
migrate_cckfield_plugin_manager_test.module |
file |
core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.module |
Module for Migrate CCK Field Plugin Manager testing. |
migrate_cckfield_plugin_manager_test_migrate_field_info_alter |
function |
core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.module |
|
migrate_drupal.field_discovery |
service |
core/modules/migrate_drupal/migrate_drupal.services.yml |
Drupal\migrate_drupal\FieldDiscovery |
migrate_field_plugin_manager_test.info.yml |
file |
core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/migrate_field_plugin_manager_test.info.yml |
core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/migrate_field_plugin_manager_test.info.yml |
MigrationProvidersExistTest::fieldPluginDefinitionsProvider |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php |
Data provider for field plugin definitions. |
MigrationProvidersExistTest::testFieldProviderMissingRequiredProperty |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php |
Test a missing required definition. |
MigrationProvidersExistTest::testFieldProvidersExist |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php |
Tests that modules exist for all field plugins. |
MigrationState::$fieldPluginManager |
property |
core/modules/migrate_drupal/src/MigrationState.php |
The field plugin manager service. |
MockEditEntityFieldAccessCheck |
class |
core/modules/quickedit/tests/modules/src/MockEditEntityFieldAccessCheck.php |
|
MockEditEntityFieldAccessCheck.php |
file |
core/modules/quickedit/tests/modules/src/MockEditEntityFieldAccessCheck.php |
|
MockQuickEditEntityFieldAccessCheck |
class |
core/modules/quickedit/tests/modules/src/MockQuickEditEntityFieldAccessCheck.php |
Access check for in-place editing entity fields. |
MockQuickEditEntityFieldAccessCheck.php |
file |
core/modules/quickedit/tests/modules/src/MockQuickEditEntityFieldAccessCheck.php |
|
MockQuickEditEntityFieldAccessCheck::accessEditEntityField |
function |
core/modules/quickedit/tests/modules/src/MockQuickEditEntityFieldAccessCheck.php |
Checks access to edit the requested field of the requested entity. |
ModerationStateField |
class |
core/modules/content_moderation/src/Plugin/views/field/ModerationStateField.php |
A field handler for the computed moderation_state field. |
ModerationStateField.php |
file |
core/modules/content_moderation/src/Plugin/views/field/ModerationStateField.php |
|
ModerationStateField::clickSort |
function |
core/modules/content_moderation/src/Plugin/views/field/ModerationStateField.php |
Called to determine what to tell the clicksorter. |
ModerationStateFieldItemList |
class |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
A computed field that provides a content entity's moderation state. |
ModerationStateFieldItemList.php |
file |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
|
ModerationStateFieldItemList::computeValue |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
Computes the values for an item list. |
ModerationStateFieldItemList::get |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
Returns the item at the specified position in this list. |
ModerationStateFieldItemList::getModerationStateId |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
Gets the moderation state ID linked to a content entity revision. |
ModerationStateFieldItemList::loadContentModerationStateRevision |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
Load the content moderation state revision associated with an entity. |
ModerationStateFieldItemList::onChange |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
React to changes to a child property or item. |
ModerationStateFieldItemList::setValue |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
ModerationStateFieldItemList::updateModeratedEntity |
function |
core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php |
Updates the default revision flag and the publishing status of the entity. |
ModerationStateFieldItemListTest |
class |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
@coversDefaultClass \Drupal\content_moderation\Plugin\Field\ModerationStateFieldItemList[[api-linebreak]] |
ModerationStateFieldItemListTest.php |
file |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
|
ModerationStateFieldItemListTest::$modules |
property |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Modules to enable. |
ModerationStateFieldItemListTest::$testNode |
property |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
|
ModerationStateFieldItemListTest::assertEmptiedModerationFieldItemList |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Assert the set of expectations when the moderation state field is emptied. |
ModerationStateFieldItemListTest::entityUnserializeTestCases |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test cases for ::testEntityUnserialize. |
ModerationStateFieldItemListTest::moderatedEntityWithExistingIdTestCases |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test cases for ::testModeratedEntityWithExistingId. |
ModerationStateFieldItemListTest::moderationStateChangesTestCases |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Data provider for ::testModerationStateChanges |
ModerationStateFieldItemListTest::setUp |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
|
ModerationStateFieldItemListTest::testArrayIndex |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the field item list when accessing an index. |
ModerationStateFieldItemListTest::testArrayIteration |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the field item list when iterating. |
ModerationStateFieldItemListTest::testAssignNullItemList |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the field item when it is assigned NULL. |
ModerationStateFieldItemListTest::testEmptyFieldItem |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test an empty value assigned to the field item. |
ModerationStateFieldItemListTest::testEmptyFieldItemList |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test an empty value assigned to the field item list. |
ModerationStateFieldItemListTest::testEmptyStateAndAppend |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests the item list when it is emptied and appended to. |
ModerationStateFieldItemListTest::testEntityUnserialize |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test the moderation_state field after an entity has been serialized. |
ModerationStateFieldItemListTest::testEntityWithNoWorkflow |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Test 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 |
Test saving a moderated node with an existing ID. |