Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| NegotiationMiddleware::$formats | property | core/ |
Contains a hashmap of format as key and mimetype as value. |
| NegotiationMiddleware::registerFormat | function | core/ |
Registers a format for a given MIME type. |
| NegotiationMiddleware::__construct | function | core/ |
Constructs a new NegotiationMiddleware. |
| NegotiationMiddlewareTest | class | core/ |
Tests Drupal\Core\StackMiddleware\NegotiationMiddleware. |
| NegotiationMiddlewareTest.php | file | core/ |
|
| NegotiationMiddlewareTest::$contentNegotiation | property | core/ |
|
| NegotiationMiddlewareTest::$httpKernel | property | core/ |
|
| NegotiationMiddlewareTest::setUp | function | core/ |
|
| NegotiationMiddlewareTest::testAjaxIframeUpload | function | core/ |
Tests the getContentType() method with AJAX iframe upload. |
| NegotiationMiddlewareTest::testFormatViaQueryParameter | function | core/ |
Tests the specifying a format via query parameters gets used. |
| NegotiationMiddlewareTest::testHandle | function | core/ |
Tests that handle() correctly hands off to sub application. |
| NegotiationMiddlewareTest::testSetFormat | function | core/ |
Tests set format. |
| NegotiationMiddlewareTest::testUnknownContentTypeButAjaxRequest | function | core/ |
Tests the getContentType() method when no priority format is found but it's an AJAX request. |
| NegotiationMiddlewareTest::testUnknownContentTypeReturnsNull | function | core/ |
Tests the getContentType() method when no priority format is found. |
| NegotiationSelectedForm | class | core/ |
Configure the selected language negotiation method for this site. |
| NegotiationSelectedForm.php | file | core/ |
|
| NegotiationSelectedForm::buildForm | function | core/ |
Form constructor. |
| NegotiationSelectedForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| NegotiationSelectedForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| NegotiationSelectedForm::submitForm | function | core/ |
Form submission handler. |
| NegotiationSessionForm | class | core/ |
Configure the session language negotiation method for this site. |
| NegotiationSessionForm.php | file | core/ |
|
| NegotiationSessionForm::buildForm | function | core/ |
Form constructor. |
| NegotiationSessionForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| NegotiationSessionForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| NegotiationSessionForm::submitForm | function | core/ |
Form submission handler. |
| NegotiationUrlForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| NegotiationUrlForm::submitForm | function | core/ |
Form submission handler. |
| NegotiationUrlForm::__construct | function | core/ |
Constructs a new NegotiationUrlForm object. |
| NegotiatorBase | class | core/ |
Base implementation for version negotiators. |
| NegotiatorBase.php | file | core/ |
|
| NegotiatorBase::$entityTypeManager | property | core/ |
The entity type manager to load the revision. |
| NegotiatorBase::ensureVersionExists | function | core/ |
Helper method that ensures that a version exists. |
| NegotiatorBase::getRevision | function | core/ |
Gets the identified revision. |
| NegotiatorBase::getRevisionId | function | core/ |
Gets the revision ID. |
| NegotiatorBase::loadRevision | function | core/ |
Loads an entity revision. |
| NegotiatorBase::__construct | function | core/ |
Constructs a version negotiator instance. |
| NestedArray | class | core/ |
Provides methods for working with nested arrays of variable depth. |
| NestedArray.php | file | core/ |
|
| NestedArray::filter | function | core/ |
Filters a nested array recursively. |
| NestedArray::getValue | function | core/ |
Retrieves a value from a nested array with variable depth. |
| NestedArray::keyExists | function | core/ |
Determines whether a nested array contains the requested keys. |
| NestedArray::mergeDeep | function | core/ |
Merges multiple arrays, recursively, and returns the merged array. |
| NestedArray::mergeDeepArray | function | core/ |
Merges multiple arrays, recursively, and returns the merged array. |
| NestedArray::setValue | function | core/ |
Sets a value in a nested array with variable depth. |
| NestedArray::unsetValue | function | core/ |
Unsets a value in a nested array with variable depth. |
| NestedArrayTest | class | core/ |
Tests Drupal\Component\Utility\NestedArray. |
| NestedArrayTest.php | file | core/ |
|
| NestedArrayTest::$form | property | core/ |
Form array to check. |
| NestedArrayTest::$parents | property | core/ |
Array of parents for the nested element. |
Pagination
- Previous page
- Page 1001
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.