public static function Views::executableFactory

Returns the view executable factory service.

Return value

\Drupal\views\ViewExecutableFactory Returns a views executable factory.

File

drupal/core/modules/views/lib/Drupal/views/Views.php, line 33
Contains \Drupal\views\Views.

Class

Views
Static service container wrapper for views.

Namespace

Drupal\views

Code

public static function executableFactory() {
  return Drupal::service('views.executable');
}