Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
VersionNegotiator::addVersionNegotiator function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Adds a version negotiator.
VersionNegotiator::getRevision function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Gets a negotiated entity revision.
VersionNegotiator::SEPARATOR constant core/modules/jsonapi/src/Revisions/VersionNegotiator.php The separator between the version negotiator name and the version argument.
VersionNegotiator::throwBadRequestHttpException function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Throws a cacheable error exception.
VersionNegotiator::throwNotFoundHttpException function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Throws a cacheable error exception.
VersionNegotiatorInterface interface core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php Defines the common interface for all version negotiators.
VersionNegotiatorInterface.php file core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php
VersionNegotiatorInterface::getRevision function core/modules/jsonapi/src/Revisions/VersionNegotiatorInterface.php Gets the identified revision.
VersionNegotiatorTest class core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The test class for version negotiators.
VersionNegotiatorTest.php file core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php
VersionNegotiatorTest::$modules property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php Modules to enable.
VersionNegotiatorTest::$node property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The node.
VersionNegotiatorTest::$node2 property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The other node.
VersionNegotiatorTest::$nodePreviousRevisionId property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The previous revision ID of $node.
VersionNegotiatorTest::$user property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The user.
VersionNegotiatorTest::$versionNegotiator property core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php The version negotiator service.
VersionNegotiatorTest::setUp function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php
VersionNegotiatorTest::testCurrentVersion function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionByRel::getRevision[[api-linebreak]]
VersionNegotiatorTest::testInvalidRevisionId function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionById::getRevision[[api-linebreak]]
VersionNegotiatorTest::testInvalidRevisionRel function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionByRel::getRevision[[api-linebreak]]
VersionNegotiatorTest::testLatestVersion function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionByRel::getRevision[[api-linebreak]]
VersionNegotiatorTest::testOldRevision function core/modules/jsonapi/tests/src/Kernel/Revisions/VersionNegotiatorTest.php @covers \Drupal\jsonapi\Revisions\VersionById::getRevision[[api-linebreak]]
victoria-sponge-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/recipe_instructions/victoria-sponge-umami.html
victoria-sponge-umami.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/recipe_instructions/victoria-sponge-umami.html
Vid::$nodeStorage property core/modules/node/src/Plugin/views/argument/Vid.php The node storage.
View::$viewStorage property core/modules/views/src/Plugin/views/area/View.php The view storage.
ViewAjaxController::$executableFactory property core/modules/views/src/Controller/ViewAjaxController.php The factory to load a view executable with.
ViewAjaxController::$storage property core/modules/views/src/Controller/ViewAjaxController.php The entity storage for views.
ViewAjaxControllerTest::$executableFactory property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked executable factory.
ViewAjaxControllerTest::$viewStorage property core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php The mocked view entity storage.
ViewEditForm::$tempStore property core/modules/views_ui/src/ViewEditForm.php The views temp store.
ViewEditForm::renderDisplayTop function core/modules/views_ui/src/ViewEditForm.php Render the top of the display so it can be updated during ajax operations.
ViewEditTest::testOtherOptions function core/modules/views_ui/tests/src/Functional/ViewEditTest.php Tests the machine name and administrative comment forms.
ViewExecutable::$get_total_rows property core/modules/views/src/ViewExecutable.php Force the query to calculate the total number of results.
ViewExecutable::$many_to_one_tables property core/modules/views/src/ViewExecutable.php Stores the many-to-one tables for performance.
ViewExecutable::$storage property core/modules/views/src/ViewExecutable.php The config entity in which the view is stored.
ViewExecutable::$total_rows property core/modules/views/src/ViewExecutable.php The total number of rows returned from the query.
ViewExecutable::getOffset function core/modules/views/src/ViewExecutable.php Gets the pager offset from the pager.
ViewExecutable::setOffset function core/modules/views/src/ViewExecutable.php Sets the offset on the pager.
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[[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.

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