You are here

public function ModerationInformationInterface::getUnsupportedFeatures in Config Entity Revisions 8.2

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.

File

src/ModerationInformationInterface.php, line 178

Class

ModerationInformationInterface
Interface for moderation_information service.

Namespace

Drupal\config_entity_revisions

Code

public function getUnsupportedFeatures(EntityTypeInterface $entity_type);