| MigrateValidatableEntityInterface::validateEntity |
function |
core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php |
Validates the entity. |
| MigrateViewModesTest::assertEntity |
function |
core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php |
Asserts various aspects of a view mode entity. |
| MigrateVocabularyEntityDisplayTest |
class |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php |
Vocabulary entity display migration. |
| MigrateVocabularyEntityDisplayTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php |
|
| MigrateVocabularyEntityDisplayTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php |
Modules to install. |
| MigrateVocabularyEntityDisplayTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php |
|
| MigrateVocabularyEntityDisplayTest::testSkipNonExistentNodeType |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php |
Tests that vocabulary displays are ignored appropriately. |
| MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php |
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration. |
| MigrateVocabularyEntityFormDisplayTest |
class |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php |
Vocabulary entity form display migration. |
| MigrateVocabularyEntityFormDisplayTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php |
|
| MigrateVocabularyEntityFormDisplayTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php |
Modules to install. |
| MigrateVocabularyEntityFormDisplayTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php |
|
| MigrateVocabularyEntityFormDisplayTest::testSkipNonExistentNodeType |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php |
Tests that vocabulary displays are ignored appropriately. |
| MigrateVocabularyEntityFormDisplayTest::testVocabularyEntityFormDisplay |
function |
core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php |
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration. |
| migrate_entity_test.info.yml |
file |
core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml |
core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml |
| ModeratedNodeListBuilder::$entityTypeManager |
property |
core/modules/content_moderation/src/ModeratedNodeListBuilder.php |
The entity type manager. |
| ModeratedNodeListBuilder::getEntityRevisionIds |
function |
core/modules/content_moderation/src/ModeratedNodeListBuilder.php |
Loads entity revision IDs using a pager sorted by the entity revision ID. |
| ModeratedNodeResourceTestBase::createEntity |
function |
core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeResourceTestBase.php |
Creates the entity to be tested. |
| ModeratedNodeResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeResourceTestBase.php |
Returns the expected normalization of the entity. |
| ModerationHandler::enforceRevisionsEntityFormAlter |
function |
core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php |
Alters entity forms to enforce revision handling. |
| ModerationHandler::isModeratedEntity |
function |
core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php |
Determines if an entity should be moderated. |
| ModerationHandlerInterface::enforceRevisionsEntityFormAlter |
function |
core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php |
Alters entity forms to enforce revision handling. |
| ModerationHandlerInterface::isModeratedEntity |
function |
core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php |
Determines if an entity should be moderated. |
| ModerationInformation::$entityTypeManager |
property |
core/modules/content_moderation/src/ModerationInformation.php |
The entity type manager. |
| ModerationInformation::canModerateEntitiesOfEntityType |
function |
core/modules/content_moderation/src/ModerationInformation.php |
Determines if an entity type can have moderated entities. |
| ModerationInformation::getWorkflowForEntity |
function |
core/modules/content_moderation/src/ModerationInformation.php |
Gets the workflow for the given content entity. |
| ModerationInformation::getWorkflowForEntityTypeAndBundle |
function |
core/modules/content_moderation/src/ModerationInformation.php |
Gets the workflow for the given entity type and bundle. |
| ModerationInformation::isModeratedEntity |
function |
core/modules/content_moderation/src/ModerationInformation.php |
Determines if an entity is moderated. |
| ModerationInformation::isModeratedEntityType |
function |
core/modules/content_moderation/src/ModerationInformation.php |
Determines if an entity type has at least one moderated bundle. |
| ModerationInformationInterface::canModerateEntitiesOfEntityType |
function |
core/modules/content_moderation/src/ModerationInformationInterface.php |
Determines if an entity type can have moderated entities. |
| ModerationInformationInterface::getWorkflowForEntity |
function |
core/modules/content_moderation/src/ModerationInformationInterface.php |
Gets the workflow for the given content entity. |
| ModerationInformationInterface::getWorkflowForEntityTypeAndBundle |
function |
core/modules/content_moderation/src/ModerationInformationInterface.php |
Gets the workflow for the given entity type and bundle. |
| ModerationInformationInterface::isModeratedEntity |
function |
core/modules/content_moderation/src/ModerationInformationInterface.php |
Determines if an entity is moderated. |
| ModerationInformationInterface::isModeratedEntityType |
function |
core/modules/content_moderation/src/ModerationInformationInterface.php |
Determines if an entity type has at least one moderated bundle. |
| ModerationInformationTest::getEntityTypeManager |
function |
core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php |
Returns a mock Entity Type Manager. |
| ModerationInformationTest::testGetWorkflowForEntity |
function |
core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php |
Tests get workflow for entity. |
| ModerationInformationTest::testIsModeratedEntity |
function |
core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php |
Tests is moderated entity. |
| ModerationInformationTest::testIsModeratedEntityType |
function |
core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php |
Tests is moderated entity type. |
| ModerationStateConstraintValidator::$entityTypeManager |
property |
core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php |
The entity type manager. |
| 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::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 |
Tests cases for ::testModeratedEntityWithExistingId. |
| 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::testModeratedEntityWithExistingId |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests saving a moderated node with an existing ID. |
| ModerationStateFieldItemListTest::testNonModeratedEntity |
function |
core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php |
Tests the list class with a non moderated entity. |
| ModerationStateFilter::$entityTypeManager |
property |
core/modules/content_moderation/src/Plugin/views/filter/ModerationStateFilter.php |
The entity type manager. |
| ModerationStateNodeTypeTest::testEnforceRevisionsEntityFormAlter |
function |
core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php |
Tests enforce revisions entity form alter. |
| ModerationStateSort::$entityTypeManager |
property |
core/modules/content_moderation/src/Plugin/views/sort/ModerationStateSort.php |
The entity type manager. |
| ModerationStateTaxonomyTermTest::testEnforceRevisionsEntityFormAlter |
function |
core/modules/content_moderation/tests/src/Functional/ModerationStateTaxonomyTermTest.php |
Tests the taxonomy term moderation handler alters the forms as intended. |