Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::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::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::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::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::_buildArguments function core/modules/views/src/ViewExecutable.php Builds all the arguments.
ViewExecutable::_postExecute function core/modules/views/src/ViewExecutable.php Runs the postExecute() 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.
ViewExecutableFactory::$requestStack property core/modules/views/src/ViewExecutableFactory.php The request stack.
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::__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[[api-linebreak]]
@group views
ViewExecutableFactoryTest.php file core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php
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[[api-linebreak]]
@group views
ViewExecutableTest class core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the ViewExecutable class.
ViewExecutableTest.php file core/modules/views/tests/src/Kernel/ViewExecutableTest.php
ViewExecutableTest.php file core/modules/views/tests/src/Unit/ViewExecutableTest.php
ViewExecutableTest::$configProperties property core/modules/views/tests/src/Kernel/ViewExecutableTest.php Properties that should be stored in the configuration.
ViewExecutableTest::$displayHandler property core/modules/views/tests/src/Unit/ViewExecutableTest.php The mocked display handler.

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