Whether this view is an attachment to another view.
Type: bool
File
- core/modules/views/src/ViewExecutable.php, line 173
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
public $is_attachment = NULL;
Whether this view is an attachment to another view.
Type: bool
Drupal\views
public $is_attachment = NULL;
Please login to continue.