Search for mode
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
ModerationInformation::shouldModerateEntitiesOfBundle | function | core/ |
|
ModerationInformation::__construct | function | core/ |
Creates a new ModerationInformation instance. |
ModerationInformationInterface | interface | core/ |
Interface for moderation_information service. |
ModerationInformationInterface.php | file | core/ |
|
ModerationInformationInterface::canModerateEntitiesOfEntityType | function | core/ |
Determines if an entity type can have moderated entities. |
ModerationInformationInterface::getAffectedRevisionTranslation | function | core/ |
Returns the revision translation affected translation of a revision. |
ModerationInformationInterface::getDefaultRevisionId | function | core/ |
Returns the revision ID of the default revision for the specified entity. |
ModerationInformationInterface::getOriginalState | function | core/ |
Gets the original or initial state of the given entity. |
ModerationInformationInterface::getUnsupportedFeatures | function | core/ |
Gets unsupported features for a given entity type. |
ModerationInformationInterface::getWorkflowForEntity | function | core/ |
Gets the workflow for the given content entity. |
ModerationInformationInterface::getWorkflowForEntityTypeAndBundle | function | core/ |
Gets the workflow for the given entity type and bundle. |
ModerationInformationInterface::hasPendingRevision | function | core/ |
Determines if a pending revision exists for the specified entity. |
ModerationInformationInterface::isDefaultRevisionPublished | function | core/ |
Determines if the default revision for the given entity is published. |
ModerationInformationInterface::isLiveRevision | function | core/ |
Determines if an entity is "live". |
ModerationInformationInterface::isModeratedEntity | function | core/ |
Determines if an entity is moderated. |
ModerationInformationInterface::isModeratedEntityType | function | core/ |
Determines if an entity type has at least one moderated bundle. |
ModerationInformationInterface::shouldModerateEntitiesOfBundle | function | core/ |
Determines if an entity type/bundle entities should be moderated. |
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.