AcceptHeader |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Represents an Accept-* header. |
Metadata::accept |
function |
drupal/core/lib/Drupal/Core/TypedData/Validation/Metadata.php |
Implements MetadataInterface::accept(). |
AcceptHeaderTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
|
AcceptHeader.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
|
AcceptHeaderItem |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Represents an Accept-* header item. |
AcceptHeader::has |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Tests if header has given value. |
AcceptHeader::get |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Returns given value's item, if exists. |
AcceptHeader::add |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Adds an item. |
AcceptHeader::all |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Returns all items. |
AcceptHeader::sort |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Sorts items by descending quality |
AcceptHeader::first |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Returns first item. |
AcceptHeaderItem.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
|
AcceptHeaderTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
|
AcceptHeaderItemTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php |
|
AcceptHeader::$items |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
|
AcceptHeader::filter |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Filters items on their value using given regex. |
File_Iterator::accept |
function |
drupal/core/vendor/phpunit/php-file-iterator/File/Iterator.php |
|
ClassMetadata::accept |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Implementation of the Visitor design pattern. |
AcceptHeader::$sorted |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
|
MemberMetadata::accept |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php |
Implementation of the Visitor design pattern. |
Name::acceptExposedInput |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php |
Check to see if input from the exposed filters should change
the behavior of this filter. |
AcceptHeaderItem::$value |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
|
AcceptHeaderItem::$index |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
|
AcceptHeaderItemTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php |
|
Date::acceptExposedInput |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Date.php |
Do some minor translation of the exposed input |
AcceptHeader::fromString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Builds an AcceptHeader instance from a string. |
AcceptHeader::__toString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Returns header value's string representation. |
Response::getAcceptRanges |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Get the Accept-Ranges HTTP header |
File_Iterator::acceptPath |
function |
drupal/core/vendor/phpunit/php-file-iterator/File/Iterator.php |
@since Method available since Release 1.1.0 |
AcceptHeader::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Constructor. |
MetadataInterface::accept |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/MetadataInterface.php |
Implementation of the Visitor design pattern. |
AcceptHeaderItem::$quality |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
|
AcceptHeaderItem::setValue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Set the item value. |
AcceptHeaderItem::getValue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Returns the item value. |
AcceptHeaderItem::setIndex |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Set the item index. |
AcceptHeaderItem::getIndex |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Returns the item index. |
NotAcceptableHttpException |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException.php |
NotAcceptableHttpException. |
Numeric::acceptExposedInput |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php |
Do some minor translation of the exposed input |
AcceptHeaderTest::testFirst |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
|
File_Iterator::acceptPrefix |
function |
drupal/core/vendor/phpunit/php-file-iterator/File/Iterator.php |
@since Method available since Release 1.1.0 |
File_Iterator::acceptSuffix |
function |
drupal/core/vendor/phpunit/php-file-iterator/File/Iterator.php |
@since Method available since Release 1.1.0 |
AcceptHeaderTest::testFilter |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
@dataProvider provideFilterData |
AcceptHeaderItem::fromString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Builds an AcceptHeaderInstance instance from a string. |
AcceptHeaderItem::__toString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Returns header value's string representation. |
AcceptHeaderItem::setQuality |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Set the item quality. |
AcceptHeaderItem::getQuality |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Returns the item quality. |
AcceptHeaderTest::testSorting |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
@dataProvider provideSortingData |
AcceptHeaderItem::$attributes |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
|
AcceptHeaderItem::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Constructor. |
BooleanOperator::$accept_null |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php |
|