ModerationInformationInterface::canModerateEntitiesOfEntityType

public ModerationInformationInterface::canModerateEntitiesOfEntityType(EntityTypeInterface $entity_type)

Determines if an entity type can have moderated entities.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: An entity type object.

Return value

bool TRUE if this entity type can have moderated entities, FALSE otherwise.

File

core/modules/content_moderation/src/ModerationInformationInterface.php, line 34

Class

ModerationInformationInterface
Interface for moderation_information service.

Namespace

Drupal\content_moderation

Code

public function canModerateEntitiesOfEntityType(EntityTypeInterface $entity_type);
doc_Drupal
2016-10-29 09:28:34
Comments
Leave a Comment

Please login to continue.