function ModerationInformationInterface::getUnsupportedFeatures

Same name and namespace in other branches
  1. 9 core/modules/content_moderation/src/ModerationInformationInterface.php \Drupal\content_moderation\ModerationInformationInterface::getUnsupportedFeatures()
  2. 10 core/modules/content_moderation/src/ModerationInformationInterface.php \Drupal\content_moderation\ModerationInformationInterface::getUnsupportedFeatures()
  3. 11.x 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 215

Class

ModerationInformationInterface
Interface for moderation_information service.

Namespace

Drupal\content_moderation

Code

public function getUnsupportedFeatures(EntityTypeInterface $entity_type);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.