Any arguments that have been passed into the view.
Type: array
File
- core/modules/views/src/ViewExecutable.php, line 55
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
public $args = array();
Any arguments that have been passed into the view.
Type: array
Drupal\views
public $args = array();
Please login to continue.