ViewExecutable::$displayHandlers
  • References/PHP/Drupal/views/src/ViewExecutable

The list of used displays of the view. An array containing Drupal\views\Plugin\views\display\DisplayPluginBase objects.

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

public ViewExecutable::setOffset($offset)

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

Stores the area handlers for the header which are initialized on this view. Type: \Drupal\views\Plugin\views\area\AreaPluginBase[]

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

public ViewExecutable::setDisplay($display_id = NULL)

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

Allow to override the used database which is used for this query. Type: bool File

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

Stores the many-to-one tables for performance. Type:

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

Whether or not the view has been built. @todo Group with other static properties. Type: bool

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

Where the $query object will reside. Type: \Drupal\views\Plugin\views\query\QueryPluginBase File

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

public ViewExecutable::executeDisplay($display_id = NULL, $args =

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

public ViewExecutable::renderPager($exposed_input)

2025-01-10 15:47:30