Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

content_moderation.views.inc

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal