Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
NegotiationConfigureForm::submitForm function core/modules/language/src/Form/NegotiationConfigureForm.php Form submission handler.
NegotiationConfigureForm::__construct function core/modules/language/src/Form/NegotiationConfigureForm.php Constructs a NegotiationConfigureForm object.
NegotiationMiddleware class core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Provides a middleware to determine the content type upon the accept header.
NegotiationMiddleware.php file core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php
NegotiationMiddleware::$formats property core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Contains a hashmap of format as key and mimetype as value.
NegotiationMiddleware::$httpKernel property core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php The wrapped HTTP kernel.
NegotiationMiddleware::getContentType function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Gets the normalized type of a request.
NegotiationMiddleware::handle function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php
NegotiationMiddleware::registerFormat function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Registers a format for a given MIME type.
NegotiationMiddleware::__construct function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Constructs a new NegotiationMiddleware.
NegotiationMiddlewareTest class core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests Drupal\Core\StackMiddleware\NegotiationMiddleware.
NegotiationMiddlewareTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::$contentNegotiation property core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::$httpKernel property core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::setUp function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php
NegotiationMiddlewareTest::testAjaxIframeUpload function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the getContentType() method with AJAX iframe upload.
NegotiationMiddlewareTest::testFormatViaQueryParameter function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the specifying a format via query parameters gets used.
NegotiationMiddlewareTest::testHandle function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests that handle() correctly hands off to sub application.
NegotiationMiddlewareTest::testSetFormat function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests set format.
NegotiationMiddlewareTest::testUnknownContentTypeButAjaxRequest function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the getContentType() method when no priority format is found but it's an AJAX request.
NegotiationMiddlewareTest::testUnknownContentTypeReturnsNull function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the getContentType() method when no priority format is found.
NegotiationSelectedForm class core/modules/language/src/Form/NegotiationSelectedForm.php Configure the selected language negotiation method for this site.
NegotiationSelectedForm.php file core/modules/language/src/Form/NegotiationSelectedForm.php
NegotiationSelectedForm::buildForm function core/modules/language/src/Form/NegotiationSelectedForm.php Form constructor.
NegotiationSelectedForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSelectedForm.php Gets the configuration names that will be editable.
NegotiationSelectedForm::getFormId function core/modules/language/src/Form/NegotiationSelectedForm.php Returns a unique string identifying the form.
NegotiationSelectedForm::submitForm function core/modules/language/src/Form/NegotiationSelectedForm.php Form submission handler.
NegotiationSessionForm class core/modules/language/src/Form/NegotiationSessionForm.php Configure the session language negotiation method for this site.
NegotiationSessionForm.php file core/modules/language/src/Form/NegotiationSessionForm.php
NegotiationSessionForm::buildForm function core/modules/language/src/Form/NegotiationSessionForm.php Form constructor.
NegotiationSessionForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSessionForm.php Gets the configuration names that will be editable.
NegotiationSessionForm::getFormId function core/modules/language/src/Form/NegotiationSessionForm.php Returns a unique string identifying the form.
NegotiationSessionForm::submitForm function core/modules/language/src/Form/NegotiationSessionForm.php Form submission handler.
NegotiationUrlForm class core/modules/language/src/Form/NegotiationUrlForm.php Configure the URL language negotiation method for this site.
NegotiationUrlForm.php file core/modules/language/src/Form/NegotiationUrlForm.php
NegotiationUrlForm::$languageManager property core/modules/language/src/Form/NegotiationUrlForm.php The language manager.
NegotiationUrlForm::buildForm function core/modules/language/src/Form/NegotiationUrlForm.php Form constructor.
NegotiationUrlForm::create function core/modules/language/src/Form/NegotiationUrlForm.php Instantiates a new instance of the implementing class using autowiring.
NegotiationUrlForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationUrlForm.php Gets the configuration names that will be editable.
NegotiationUrlForm::getFormId function core/modules/language/src/Form/NegotiationUrlForm.php Returns a unique string identifying the form.
NegotiationUrlForm::submitForm function core/modules/language/src/Form/NegotiationUrlForm.php Form submission handler.
NegotiationUrlForm::validateForm function core/modules/language/src/Form/NegotiationUrlForm.php Form validation handler.
NegotiationUrlForm::__construct function core/modules/language/src/Form/NegotiationUrlForm.php Constructs a new NegotiationUrlForm object.
NegotiatorBase class core/modules/jsonapi/src/Revisions/NegotiatorBase.php Base implementation for version negotiators.
NegotiatorBase.php file core/modules/jsonapi/src/Revisions/NegotiatorBase.php
NegotiatorBase::$entityTypeManager property core/modules/jsonapi/src/Revisions/NegotiatorBase.php The entity type manager to load the revision.
NegotiatorBase::ensureVersionExists function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Helper method that ensures that a version exists.
NegotiatorBase::getRevision function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Gets the identified revision.
NegotiatorBase::getRevisionId function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Gets the revision ID.
NegotiatorBase::loadRevision function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Loads an entity revision.

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