13 calls to ViewExecutable::setDisplay() in Zircon Profile 8
- ViewExecutable::addHandler in core/
modules/ views/ src/ ViewExecutable.php - Adds an instance of a handler to the view.
- ViewExecutable::build in core/
modules/ views/ src/ ViewExecutable.php - Build the query for the view.
- ViewExecutable::buildRenderable in core/
modules/ views/ src/ ViewExecutable.php - Builds the render array outline for the given display.
- ViewExecutable::executeDisplay in core/
modules/ views/ src/ ViewExecutable.php - Execute the given display, with the given arguments. To be called externally by whatever mechanism invokes the view, such as a page callback, hook_block, etc.
- ViewExecutable::getHandler in core/
modules/ views/ src/ ViewExecutable.php - Gets the configuration of a handler instance on a given display.
- ViewExecutable::getHandlers in core/
modules/ views/ src/ ViewExecutable.php - Gets an array of handler instances for the current display.
- ViewExecutable::getPath in core/
modules/ views/ src/ ViewExecutable.php - Get the base path used for this view.
- ViewExecutable::getTitle in core/
modules/ views/ src/ ViewExecutable.php - Get the view's current title. This can change depending upon how it was built.
- ViewExecutable::preview in core/
modules/ views/ src/ ViewExecutable.php - Preview the given display, with the given arguments.
- ViewExecutable::removeHandler in core/
modules/ views/ src/ ViewExecutable.php - Removes configuration for a handler instance on a given display.
- ViewExecutable::setHandler in core/
modules/ views/ src/ ViewExecutable.php - Sets the configuration of a handler instance on a given display.
- ViewExecutable::unserialize in core/
modules/ views/ src/ ViewExecutable.php - ViewExecutable::validate in core/
modules/ views/ src/ ViewExecutable.php - Makes sure the view is completely valid.