ViewExecutable::getHandlerTypes |
function |
core/modules/views/src/ViewExecutable.php |
Provides a list of views handler types used in a view. |
ViewExecutable::getItemsPerPage |
function |
core/modules/views/src/ViewExecutable.php |
Gets the items per page from the pager. |
ViewExecutable::getOffset |
function |
core/modules/views/src/ViewExecutable.php |
Gets the pager offset from the pager. |
ViewExecutable::getPager |
function |
core/modules/views/src/ViewExecutable.php |
Gets the current pager plugin. |
ViewExecutable::getPath |
function |
core/modules/views/src/ViewExecutable.php |
Gets the base path used for this view. |
ViewExecutable::getPluginTypes |
function |
core/modules/views/src/ViewExecutable.php |
Returns the valid types of plugins that can be used. |
ViewExecutable::getQuery |
function |
core/modules/views/src/ViewExecutable.php |
Gets the current query plugin. |
ViewExecutable::getRequest |
function |
core/modules/views/src/ViewExecutable.php |
Gets the request object. |
ViewExecutable::getResponse |
function |
core/modules/views/src/ViewExecutable.php |
Gets the response object used by the view. |
ViewExecutable::getShowAdminLinks |
function |
core/modules/views/src/ViewExecutable.php |
Returns whether admin links should be rendered on the view. |
ViewExecutable::getStyle |
function |
core/modules/views/src/ViewExecutable.php |
Gets the current style plugin. |
ViewExecutable::getTitle |
function |
core/modules/views/src/ViewExecutable.php |
Gets the view's current title. |
ViewExecutable::getUrl |
function |
core/modules/views/src/ViewExecutable.php |
Gets the URL for the current view. |
ViewExecutable::getUrlInfo |
function |
core/modules/views/src/ViewExecutable.php |
Gets the Url object associated with the display handler. |
ViewExecutable::getUser |
function |
core/modules/views/src/ViewExecutable.php |
Gets the current user. |
ViewExecutable::hasFormElements |
function |
core/modules/views/src/ViewExecutable.php |
Determines if this view has form elements. |
ViewExecutable::hasUrl |
function |
core/modules/views/src/ViewExecutable.php |
Determines whether you can link to the view or a particular display. |
ViewExecutable::id |
function |
core/modules/views/src/ViewExecutable.php |
Returns the identifier. |
ViewExecutable::initDisplay |
function |
core/modules/views/src/ViewExecutable.php |
Sets the display for this view and initializes the display handler. |
ViewExecutable::initHandlers |
function |
core/modules/views/src/ViewExecutable.php |
Acquires and attaches all of the handlers. |
ViewExecutable::initPager |
function |
core/modules/views/src/ViewExecutable.php |
Initializes the pager. |
ViewExecutable::initQuery |
function |
core/modules/views/src/ViewExecutable.php |
Initializes the query object for the view. |
ViewExecutable::initStyle |
function |
core/modules/views/src/ViewExecutable.php |
Finds and initializes the style plugin. |
ViewExecutable::mergeDefaults |
function |
core/modules/views/src/ViewExecutable.php |
Merges all plugin default values for each display. |
ViewExecutable::newDisplay |
function |
core/modules/views/src/ViewExecutable.php |
Creates a new display and a display handler instance for it. |
ViewExecutable::postExecute |
function |
core/modules/views/src/ViewExecutable.php |
Unsets the current view, mostly. |
ViewExecutable::preExecute |
function |
core/modules/views/src/ViewExecutable.php |
Runs attachments and lets the display do what it needs to before running. |
ViewExecutable::preview |
function |
core/modules/views/src/ViewExecutable.php |
Previews the given display, with the given arguments. |
ViewExecutable::removeHandler |
function |
core/modules/views/src/ViewExecutable.php |
Removes configuration for a handler instance on a given display. |
ViewExecutable::render |
function |
core/modules/views/src/ViewExecutable.php |
Renders this view for a certain display. |
ViewExecutable::renderPager |
function |
core/modules/views/src/ViewExecutable.php |
Renders the pager, if necessary. |
ViewExecutable::save |
function |
core/modules/views/src/ViewExecutable.php |
Saves the view. |
ViewExecutable::setAjaxEnabled |
function |
core/modules/views/src/ViewExecutable.php |
Sets whether or not AJAX should be used. |
ViewExecutable::setArguments |
function |
core/modules/views/src/ViewExecutable.php |
Sets the arguments for the view. |
ViewExecutable::setCurrentPage |
function |
core/modules/views/src/ViewExecutable.php |
Sets the current page for the pager. |
ViewExecutable::setDisplay |
function |
core/modules/views/src/ViewExecutable.php |
Sets the current display. |
ViewExecutable::setExposedInput |
function |
core/modules/views/src/ViewExecutable.php |
Sets the exposed filters input to an array. |
ViewExecutable::setHandler |
function |
core/modules/views/src/ViewExecutable.php |
Sets the configuration of a handler instance on a given display. |
ViewExecutable::setHandlerOption |
function |
core/modules/views/src/ViewExecutable.php |
Sets an option on a handler instance. |
ViewExecutable::setItemsPerPage |
function |
core/modules/views/src/ViewExecutable.php |
Sets the items per page on the pager. |
ViewExecutable::setOffset |
function |
core/modules/views/src/ViewExecutable.php |
Sets the offset on the pager. |
ViewExecutable::setRequest |
function |
core/modules/views/src/ViewExecutable.php |
Sets the request object. |
ViewExecutable::setResponse |
function |
core/modules/views/src/ViewExecutable.php |
Sets the used response object of the view. |
ViewExecutable::setShowAdminLinks |
function |
core/modules/views/src/ViewExecutable.php |
Enables admin links on the rendered view. |
ViewExecutable::setTitle |
function |
core/modules/views/src/ViewExecutable.php |
Overrides the view's current title. |
ViewExecutable::usePager |
function |
core/modules/views/src/ViewExecutable.php |
Determines if the view uses a pager. |
ViewExecutable::validate |
function |
core/modules/views/src/ViewExecutable.php |
Makes sure the view is completely valid. |
ViewExecutable::_build |
function |
core/modules/views/src/ViewExecutable.php |
Builds an individual set of handlers. |
ViewExecutable::_buildArguments |
function |
core/modules/views/src/ViewExecutable.php |
Builds all the arguments. |
ViewExecutable::_initHandler |
function |
core/modules/views/src/ViewExecutable.php |
Attaches the views handler for the specific type. |