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

Breadcrumb

  1. Drupal Core 11.1.x
  2. Views.php

function Views::viewsDataHelper

Returns the views data helper service.

Return value

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

File

core/modules/views/src/Views.php, line 67

Class

Views
Static service container wrapper for views.

Namespace

Drupal\views

Code

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

API Navigation

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