function ModerationInformationInterface::getUnsupportedFeatures
Gets unsupported features for a given entity type.
Parameters
\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type to get the unsupported features for.
Return value
array An array of unsupported features for this entity type.
1 method overrides ModerationInformationInterface::getUnsupportedFeatures()
- ModerationInformation::getUnsupportedFeatures in core/
modules/ content_moderation/ src/ ModerationInformation.php  - Gets unsupported features for a given entity type.
 
File
- 
              core/
modules/ content_moderation/ src/ ModerationInformationInterface.php, line 159  
Class
- ModerationInformationInterface
 - Interface for moderation_information service.
 
Namespace
Drupal\content_moderationCode
public function getUnsupportedFeatures(EntityTypeInterface $entity_type);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.