public static function Views::executableFactory in Drupal 8
Same name and namespace in other branches
- 9 core/modules/views/src/Views.php \Drupal\views\Views::executableFactory()
Returns the view executable factory service.
Return value
\Drupal\views\ViewExecutableFactory Returns a views executable factory.
File
- core/
modules/ views/ src/ Views.php, line 77
Class
- Views
- Static service container wrapper for views.
Namespace
Drupal\viewsCode
public static function executableFactory() {
return \Drupal::service('views.executable');
}