Whether or not the view has been built.
@todo Group with other static properties.
Type: bool
File
- core/modules/views/src/ViewExecutable.php, line 39
Class
- ViewExecutable
- Represents a view as a whole.
Namespace
Drupal\views
Code
public $built = FALSE;
Please login to continue.