Search for mode
Title | Object type | File name | Summary |
---|---|---|---|
ModerationContentTranslationTest | class | core/ |
Test content_moderation functionality with content_translation. |
ModerationContentTranslationTest.php | file | core/ |
|
ModerationContentTranslationTest::$adminUser | property | core/ |
A user with permission to bypass access content. |
ModerationContentTranslationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ModerationContentTranslationTest::$modules | property | core/ |
Modules to install. |
ModerationContentTranslationTest::$usesSuperUserAccessPolicy | property | core/ |
@todo Remove and fix test to not rely on super user. |
ModerationContentTranslationTest::setUp | function | core/ |
|
ModerationContentTranslationTest::testModerationWithExistingContent | function | core/ |
Tests existing translations being edited after enabling content moderation. |
ModerationFormTest | class | core/ |
Tests the moderation form, specifically on nodes. |
ModerationFormTest.php | file | core/ |
|
ModerationFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ModerationFormTest::$modules | property | core/ |
Modules to install. |
ModerationFormTest::$usesSuperUserAccessPolicy | property | core/ |
@todo Remove and fix test to not rely on super user. |
ModerationFormTest::setUp | function | core/ |
Sets the test up. |
ModerationFormTest::testAlternativeModerationStateWidget | function | core/ |
Tests the moderation_state field when an alternative widget is set. |
ModerationFormTest::testContentTranslationNodeForm | function | core/ |
Tests translated and moderated nodes. |
ModerationFormTest::testModerationForm | function | core/ |
Tests the moderation form that shows on the latest version page. |
ModerationFormTest::testModerationFormSetsRevisionAuthor | function | core/ |
Tests the revision author is updated when the moderation form is used. |
ModerationFormTest::testNonBundleModerationForm | function | core/ |
Tests moderation non-bundle entity type. |
ModerationFormTest::testWorkflowInUse | function | core/ |
Tests that workflows and states can not be deleted if they are in use. |
ModerationHandler | class | core/ |
Common customizations for most/all entities. |
ModerationHandler.php | file | core/ |
|
ModerationHandler::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
ModerationHandler::enforceRevisionsBundleFormAlter | function | core/ |
Alters bundle forms to enforce revision handling. |
ModerationHandler::enforceRevisionsEntityFormAlter | function | core/ |
Alters entity forms to enforce revision handling. |
ModerationHandler::isModeratedEntity | function | core/ |
Determines if an entity should be moderated. |
ModerationHandler::onPresave | function | core/ |
Operates on moderated content entities preSave(). |
ModerationHandlerInterface | interface | core/ |
Defines operations that need to vary by entity type. |
ModerationHandlerInterface.php | file | core/ |
|
ModerationHandlerInterface::enforceRevisionsBundleFormAlter | function | core/ |
Alters bundle forms to enforce revision handling. |
ModerationHandlerInterface::enforceRevisionsEntityFormAlter | function | core/ |
Alters entity forms to enforce revision handling. |
ModerationHandlerInterface::isModeratedEntity | function | core/ |
Determines if an entity should be moderated. |
ModerationHandlerInterface::onPresave | function | core/ |
Operates on moderated content entities preSave(). |
ModerationInformation | class | core/ |
General service for moderation-related questions about Entity API. |
ModerationInformation.php | file | core/ |
|
ModerationInformation::$bundleInfo | property | core/ |
The bundle information service. |
ModerationInformation::$entityTypeManager | property | core/ |
The entity type manager. |
ModerationInformation::canModerateEntitiesOfEntityType | function | core/ |
|
ModerationInformation::getAffectedRevisionTranslation | function | core/ |
|
ModerationInformation::getDefaultRevisionId | function | core/ |
|
ModerationInformation::getOriginalState | function | core/ |
|
ModerationInformation::getUnsupportedFeatures | function | core/ |
|
ModerationInformation::getWorkflowForEntity | function | core/ |
|
ModerationInformation::getWorkflowForEntityTypeAndBundle | function | core/ |
|
ModerationInformation::hasPendingRevision | function | core/ |
|
ModerationInformation::isDefaultRevisionPublished | function | core/ |
|
ModerationInformation::isFirstTimeModeration | function | core/ |
Determines if this entity is being moderated for the first time. |
ModerationInformation::isLiveRevision | function | core/ |
|
ModerationInformation::isModeratedEntity | function | core/ |
|
ModerationInformation::isModeratedEntityType | function | core/ |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.