content_moderation.views.inc
Same filename in other branches
File
-
core/
modules/ content_moderation/ content_moderation.views.inc
View source
<?php
/**
* @file
*/
use Drupal\content_moderation\ViewsData;
/**
* Creates a ViewsData object to respond to views hooks.
*
* @return \Drupal\content_moderation\ViewsData
* The content moderation ViewsData object.
*/
function _content_moderation_views_data_object() {
return new ViewsData(\Drupal::service('entity_type.manager'), \Drupal::service('content_moderation.moderation_information'));
}
Functions
Title | Deprecated | Summary |
---|---|---|
_content_moderation_views_data_object | Creates a ViewsData object to respond to views hooks. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.