content_moderation_views_data_alter

content_moderation_views_data_alter(array &$data)

Implements hook_views_data_alter().

File

core/modules/content_moderation/content_moderation.views.inc, line 22
Provide views data for content_moderation.module.

Code

function content_moderation_views_data_alter(array &$data) {
  _content_moderation_views_data_object()->alterViewsData($data);
}
doc_Drupal
2016-10-29 08:58:35
Comments
Leave a Comment

Please login to continue.