function ViewsData::__construct
Creates a new ViewsData instance.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.
\Drupal\content_moderation\ModerationInformationInterface $moderation_information: The moderation information.
File
- 
              core/modules/ content_moderation/ src/ ViewsData.php, line 40 
Class
- ViewsData
- Provides the content_moderation views integration.
Namespace
Drupal\content_moderationCode
public function __construct(EntityTypeManagerInterface $entity_type_manager, ModerationInformationInterface $moderation_information) {
  $this->entityTypeManager = $entity_type_manager;
  $this->moderationInformation = $moderation_information;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
