ResponseHeaderBag::replace |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
@api |
RESTTestBase::assertHeader |
function |
drupal/core/modules/rest/lib/Drupal/rest/Tests/RESTTestBase.php |
Check if a HTTP response header exists and has the expected value. |
PoStreamReader::readHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Read the header from the PO stream. |
AcceptHeaderItem::$quality |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
|
PoDatabaseWriter::$_header |
property |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php |
Header of the po file written to the database. |
TableSortExtender::$header |
property |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
The array of fields that can be sorted by. |
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. |
PoHeader::parsePluralForms |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Parses a Plural-Forms entry from a Gettext Portable Object file header. |
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. |
HeaderBagTest::testGetDate |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
|
HeaderBagTest::testReplace |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
@covers Symfony\Component\HttpFoundation\HeaderBag::replace |
BlockPluginUI::tableHeader |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php |
Overrides \Drupal\system\Plugin\PluginUIBase::tableHeader(). |
AbstractMessage::addHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Add a header to an existing collection of headers. |
AbstractMessage::getHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Retrieve an HTTP header by name. Performs a case-insensitive search of all headers. |
AbstractMessage::setHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Set an HTTP header |
AbstractMessage::hasHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Check if the specified header is present. |
FlattenException::$headers |
property |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Exception/FlattenException.php |
|
MessageInterface::getHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Retrieve an HTTP header by name. Performs a case-insensitive search of all headers. |
MessageInterface::hasHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Check if the specified header is present. |
MessageInterface::setHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Set an HTTP header |
UnicodeTest::testMimeHeader |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
Tests Unicode::mimeHeaderEncode() and Unicode::mimeHeaderDecode(). |
ResponseHeaderBag::$cookies |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
|
AcceptHeaderTest::testFirst |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
|
PageCacheTest::$dumpHeaders |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php |
Indicates that headers should be dumped if verbose output is enabled. |
PoDatabaseReader::getHeader |
function |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::getHeader(). |
PoDatabaseReader::setHeader |
function |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
Request::HEADER_CLIENT_HOST |
constant |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
|
Request::HEADER_CLIENT_PORT |
constant |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
|
ArchiveTar::_readLongHeader |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
PoDatabaseWriter::getHeader |
function |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::getHeader(). |
PoDatabaseWriter::setHeader |
function |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
HeaderBagTest::testContains |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
@covers Symfony\Component\HttpFoundation\HeaderBag::contains |
PoStreamWriter::writeHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Write the PO header to the stream. |
DiffFormatter::$show_header |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Should a block header be shown? |
AbstractMessage::addHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Add and merge in an array of HTTP headers. |
AbstractMessage::getHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Get all headers as a collection |
AbstractMessage::setHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Overwrite all HTTP headers with the supplied array of headers |
MessageInterface::addHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Add a header to an existing collection of headers. |
MessageInterface::getHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Get all headers as a collection |
MessageInterface::setHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php |
Overwrite all HTTP headers with the supplied array of headers |
CacheTest::testHeaderStorage |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php |
Tests css/js storage and restoring mechanism. |
ResponseHeaderBag::setCookie |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
Sets a cookie. |
AcceptHeaderTest::testFilter |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
@dataProvider provideFilterData |
ArchiveTar::_writeLongHeader |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
Request::HEADER_CLIENT_PROTO |
constant |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
|
WebTestBase::drupalGetHeader |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Gets the value of an HTTP response header. If multiple requests were
required to retrieve the page, only the headers from the last request will
be checked by default. However, if TRUE is passed as the second argument,
all requests will be processed… |
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. |