You are here

public static function Views::viewsDataHelper in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Views.php \Drupal\views\Views::viewsDataHelper()

Returns the views data helper service.

Return value

\Drupal\views\ViewsData Returns a views data helper object.

File

core/modules/views/src/Views.php, line 72
Contains \Drupal\views\Views.

Class

Views
Static service container wrapper for views.

Namespace

Drupal\views

Code

public static function viewsDataHelper() {
  return \Drupal::service('views.views_data_helper');
}