EasyRdf_Http_Client::setHeaders |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Client.php |
Set a request header |
AbstractMessage::getHeaderLines |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Get an array of message header lines |
MessageInterface::getHeaderLines |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Get an array of message header lines |
ResponseHeaderBag::COOKIES_ARRAY |
constant |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
|
AcceptHeaderTest::testFromString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
@dataProvider provideFromStringData |
TableSortExtender::orderByHeader |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Order the query based on a header array. |
TestMultipleHttpKernel::$headers |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php |
|
EasyRdf_Http_Response::getHeader |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php |
Get a specific header as string, or null if it is not set |
HeaderBag::getCacheControlHeader |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
|
ExceptionHandlerTest::testHeaders |
function |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/ExceptionHandlerTest.php |
|
ActionListController::buildHeader |
function |
drupal/core/modules/action/lib/Drupal/action/ActionListController.php |
Builds the header row for the entity listing. |
EntityListController::buildHeader |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Builds the header row for the entity listing. |
JavaScriptTest::testHeaderSetting |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests drupal_get_js() for JavaScript settings. |
AcceptHeaderItemTest::testQuality |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php |
|
EasyRdf_Http_Response::getHeaders |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php |
Get the response headers |
_drupal_set_preferred_header_name |
function |
drupal/core/includes/bootstrap.inc |
Sets the preferred name for the HTTP header. |
HttpExceptionInterface::getHeaders |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php |
Returns response headers. |
ResponseHeaderBagTest::testReplace |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php |
|
ResponseHeaderBag::allPreserveCase |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
Returns the headers, with original capitalizations. |
ResponseHeaderBag::makeDisposition |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
Generates a HTTP Content-Disposition field-value. |
theme_toolbar_tray_heading_wrapper |
function |
drupal/core/modules/toolbar/toolbar.module |
Returns HTML for prepending a heading to a toolbar tray. |
system_module_test_html_head_alter |
function |
drupal/core/modules/system/tests/modules/system_module_test/system_module_test.module |
Implements hook_html_head_alter(). |
ClientInterface::getDefaultHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php |
Get the default HTTP headers to add to each request created by the client |
ClientInterface::setDefaultHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php |
Set the default HTTP headers to add to each request created by the client |
HeaderBagTest::testToStringNotNull |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
|
AcceptHeaderItemTest::testToString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php |
@dataProvider provideToStringData |
DrupalDiffFormatter::_block_header |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
EasyRdf_Format::getHttpAcceptHeader |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php |
Generates an HTTP Accept header string |
UnicodeTest::providerTestMimeHeader |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Data provider for testMimeHeader(). |
AcceptHeaderTest::provideFilterData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
|
HeaderBagTest::testGetDateException |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
@expectedException \RuntimeException |
AcceptHeaderItemTest::testAttribute |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php |
|
HeaderBag::addCacheControlDirective |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
|
HeaderBag::hasCacheControlDirective |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
|
CategoryListController::buildHeader |
function |
drupal/core/modules/contact/lib/Drupal/contact/CategoryListController.php |
Overrides Drupal\Core\Entity\EntityListController::buildHeader(). |
HeaderBag::getCacheControlDirective |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
|
AbstractMessage::getTokenizedHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Get a tokenized header as a Collection |
AbstractMessage::setTokenizedHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Set a tokenized header on the request that implodes a Collection of data into a string separated by a token. |
EasyRdf_Http_Client::prepareHeaders |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Client.php |
Prepare the request headers |
ShortcutListController::buildHeader |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/ShortcutListController.php |
Overrides \Drupal\Core\Entity\EntityListController::buildHeader(). |
MessageInterface::getTokenizedHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Get a tokenized header as a Collection |
MessageInterface::setTokenizedHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Set a tokenized header on the request that implodes a Collection of data into a string separated by a token. |
AcceptHeaderTest::provideSortingData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
|
HtmlToTextTest::testHeaderSeparation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php |
Test that headers are properly separated from surrounding text. |
AcceptHeaderItemTest::testFromString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php |
@dataProvider provideFromStringData |
Twig_Node_Module::compileClassHeader |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Module.php |
|
RequestDataCollector::getCookieHeader |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
ResponseHeaderBag::DISPOSITION_INLINE |
constant |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
|
AcceptHeaderTest::provideToStringData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
|
VocabularyListController::buildHeader |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyListController.php |
Builds the header row for the entity listing. |