Search for executable
- Search 7.x for executable
- Search 9.5.x for executable
- Search 8.9.x for executable
- Search 11.x for executable
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ViewExecutable::preExecute | function | core/ |
Runs attachments and lets the display do what it needs to before running. |
ViewExecutable::preview | function | core/ |
Previews the given display, with the given arguments. |
ViewExecutable::removeHandler | function | core/ |
Removes configuration for a handler instance on a given display. |
ViewExecutable::render | function | core/ |
Renders this view for a certain display. |
ViewExecutable::renderPager | function | core/ |
Renders the pager, if necessary. |
ViewExecutable::save | function | core/ |
Saves the view. |
ViewExecutable::setAjaxEnabled | function | core/ |
Sets whether or not AJAX should be used. |
ViewExecutable::setArguments | function | core/ |
Sets the arguments for the view. |
ViewExecutable::setCurrentPage | function | core/ |
Sets the current page for the pager. |
ViewExecutable::setDisplay | function | core/ |
Sets the current display. |
ViewExecutable::setExposedInput | function | core/ |
Sets the exposed filters input to an array. |
ViewExecutable::setHandler | function | core/ |
Sets the configuration of a handler instance on a given display. |
ViewExecutable::setHandlerOption | function | core/ |
Sets an option on a handler instance. |
ViewExecutable::setItemsPerPage | function | core/ |
Sets the items per page on the pager. |
ViewExecutable::setOffset | function | core/ |
Sets the offset on the pager. |
ViewExecutable::setRequest | function | core/ |
Sets the request object. |
ViewExecutable::setResponse | function | core/ |
Sets the used response object of the view. |
ViewExecutable::setShowAdminLinks | function | core/ |
Enables admin links on the rendered view. |
ViewExecutable::setTitle | function | core/ |
Overrides the view's current title. |
ViewExecutable::usePager | function | core/ |
Determines if the view uses a pager. |
ViewExecutable::validate | function | core/ |
Makes sure the view is completely valid. |
ViewExecutable::_build | function | core/ |
Builds an individual set of handlers. |
ViewExecutable::_buildArguments | function | core/ |
Builds all the arguments. |
ViewExecutable::_initHandler | function | core/ |
Attaches the views handler for the specific type. |
ViewExecutable::_postExecute | function | core/ |
Runs the postExecute() on all active handlers. |
ViewExecutable::_preQuery | function | core/ |
Runs the preQuery() on all active handlers. |
ViewExecutable::__construct | function | core/ |
Constructs a new ViewExecutable object. |
ViewExecutable::__sleep | function | core/ |
Magic method implementation to serialize the view executable. |
ViewExecutable::__wakeup | function | core/ |
Magic method implementation to unserialize the view executable. |
ViewExecutableFactory | class | core/ |
Defines the cache backend factory. |
ViewExecutableFactory.php | file | core/ |
|
ViewExecutableFactory::$requestStack | property | core/ |
The request stack. |
ViewExecutableFactory::$routeProvider | property | core/ |
The route provider. |
ViewExecutableFactory::$user | property | core/ |
Stores the current user. |
ViewExecutableFactory::$viewsData | property | core/ |
The views data. |
ViewExecutableFactory::get | function | core/ |
Instantiates a ViewExecutable class. |
ViewExecutableFactory::__construct | function | core/ |
Constructs a new ViewExecutableFactory. |
ViewExecutableFactoryTest | class | core/ |
@coversDefaultClass \Drupal\views\ViewExecutableFactory @group views |
ViewExecutableFactoryTest.php | file | core/ |
|
ViewExecutableFactoryTest::$displayPluginManager | property | core/ |
The display plugin manager. |
ViewExecutableFactoryTest::$requestStack | property | core/ |
The mock request stack object. |
ViewExecutableFactoryTest::$routeProvider | property | core/ |
The mocked route provider. |
ViewExecutableFactoryTest::$user | property | core/ |
The mock user object. |
ViewExecutableFactoryTest::$view | property | core/ |
The mock view entity. |
ViewExecutableFactoryTest::$viewExecutableFactory | property | core/ |
The ViewExecutableFactory class under test. |
ViewExecutableFactoryTest::$viewsData | property | core/ |
The mocked views data. |
ViewExecutableFactoryTest::setUp | function | core/ |
|
ViewExecutableFactoryTest::testGet | function | core/ |
Tests the get method. |
ViewExecutableTest | class | core/ |
@coversDefaultClass \Drupal\views\ViewExecutable @group views |
ViewExecutableTest | class | core/ |
Tests the ViewExecutable class. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.