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

public ViewExecutable::setTitle($title)

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

The current used display plugin. Type: \Drupal\views\Plugin\views\display\DisplayPluginBase File

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

A render array container to store render related information. For example you can alter the array and attach some asset library or JS settings

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

Whether the view has been executed/query has been run. @todo Group with other static properties. Type:

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

public ViewExecutable::serialize()

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

All the form data from $form_state->getValues(). Type:

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

public ViewExecutable::getBaseEntityType()

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

Stores the current active row while rendering. Type: int File

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

Stores the field handlers which are initialized on this view. Type: \Drupal\views\Plugin\views\field\FieldPluginBase[]

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

The total number of rows returned from the query. Type: int File

2025-01-10 15:47:30