Views::executableFactory

public static 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\views

Code

1
2
3
public static function executableFactory() {
  return \Drupal::service('views.executable');
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.