ViewExecutable::getCurrentPage
  • References/PHP/Drupal/views/src/ViewExecutable

public ViewExecutable::getCurrentPage()

2025-01-10 15:47:30
ViewExecutable
  • References/PHP/Drupal/views/src/ViewExecutable

Represents a view as a whole. An object to contain all of the data to generate a view, plus the member functions to build the view query, execute

2025-01-10 15:47:30
ViewExecutable::setHandler
  • References/PHP/Drupal/views/src/ViewExecutable

public ViewExecutable::setHandler($display_id, $type, $id, $item)

2025-01-10 15:47:30
ViewExecutable::getDependencies
  • References/PHP/Drupal/views/src/ViewExecutable

public ViewExecutable::getDependencies()

2025-01-10 15:47:30
ViewExecutable::$args
  • References/PHP/Drupal/views/src/ViewExecutable

Any arguments that have been passed into the view. Type:

2025-01-10 15:47:30
ViewExecutable::$exposed_input
  • References/PHP/Drupal/views/src/ViewExecutable

An array of input values from exposed forms. Type:

2025-01-10 15:47:30
ViewExecutable::$ajaxEnabled
  • References/PHP/Drupal/views/src/ViewExecutable

Whether this view uses AJAX. Type: bool File core/m

2025-01-10 15:47:30
ViewExecutable::getBaseTables
  • References/PHP/Drupal/views/src/ViewExecutable

public ViewExecutable::getBaseTables()

2025-01-10 15:47:30
ViewExecutable::$pager
  • References/PHP/Drupal/views/src/ViewExecutable

The used pager plugin used by the current executed view. Type: \Drupal\views\Plugin\views\pager\PagerPluginBase

2025-01-10 15:47:30
ViewExecutable::_buildArguments
  • References/PHP/Drupal/views/src/ViewExecutable

protected ViewExecutable::_buildArguments()

2025-01-10 15:47:30