Search for executable

  1. Search 7.x for executable
  2. Search 9.5.x for executable
  3. Search 8.9.x for executable
  4. Search 11.x for executable
  5. Other projects
Title Object type File name Summary
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.
ViewExecutable::_postExecute function core/modules/views/src/ViewExecutable.php Runs the postExecute() on all active handlers.
ViewExecutable::_preQuery function core/modules/views/src/ViewExecutable.php Runs the preQuery() on all active handlers.
ViewExecutable::__construct function core/modules/views/src/ViewExecutable.php Constructs a new ViewExecutable object.
ViewExecutable::__sleep function core/modules/views/src/ViewExecutable.php Magic method implementation to serialize the view executable.
ViewExecutable::__wakeup function core/modules/views/src/ViewExecutable.php Magic method implementation to unserialize the view executable.
ViewExecutableFactory class core/modules/views/src/ViewExecutableFactory.php Defines the cache backend factory.
ViewExecutableFactory.php file core/modules/views/src/ViewExecutableFactory.php
ViewExecutableFactory::$requestStack property core/modules/views/src/ViewExecutableFactory.php The request stack.
ViewExecutableFactory::$routeProvider property core/modules/views/src/ViewExecutableFactory.php The route provider.
ViewExecutableFactory::$user property core/modules/views/src/ViewExecutableFactory.php Stores the current user.
ViewExecutableFactory::$viewsData property core/modules/views/src/ViewExecutableFactory.php The views data.
ViewExecutableFactory::get function core/modules/views/src/ViewExecutableFactory.php Instantiates a ViewExecutable class.
ViewExecutableFactory::__construct function core/modules/views/src/ViewExecutableFactory.php Constructs a new ViewExecutableFactory.
ViewExecutableFactoryTest class core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php @coversDefaultClass \Drupal\views\ViewExecutableFactory
@group views
ViewExecutableFactoryTest.php file core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php
ViewExecutableFactoryTest::$displayPluginManager property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The display plugin manager.
ViewExecutableFactoryTest::$requestStack property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mock request stack object.
ViewExecutableFactoryTest::$routeProvider property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mocked route provider.
ViewExecutableFactoryTest::$user property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mock user object.
ViewExecutableFactoryTest::$view property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mock view entity.
ViewExecutableFactoryTest::$viewExecutableFactory property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The ViewExecutableFactory class under test.
ViewExecutableFactoryTest::$viewsData property core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php The mocked views data.
ViewExecutableFactoryTest::setUp function core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php
ViewExecutableFactoryTest::testGet function core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php Tests the get method.
ViewExecutableTest class core/modules/views/tests/src/Unit/ViewExecutableTest.php @coversDefaultClass \Drupal\views\ViewExecutable
@group views
ViewExecutableTest class core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the ViewExecutable class.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.