You are here

public function ModerationInformationInterface::getUnsupportedFeatures in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/content_moderation/src/ModerationInformationInterface.php \Drupal\content_moderation\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_moderation

Code

public function getUnsupportedFeatures(EntityTypeInterface $entity_type);