WebTestBase::drupalHead |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Retrieves only the headers for a Drupal path or an absolute path. |
PoHeader::$_pluralForms |
property |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Formula for the plural form. |
PoHeader::$_projectName |
property |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Name of the project the translation belongs to. |
PoHeader::setFromString |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Populate internal values from a string. |
HeaderBagTest::testKeys |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
|
file_get_content_headers |
function |
drupal/core/modules/file/file.module |
Examines a file entity and returns appropriate content headers for download. |
ArchiveTar::_writeHeader |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
Request::$trustedHeaders |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Names for headers that can be trusted when
using trusted proxies. |
PoStreamReader::$_header |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
The PO stream header. |
PoHeader::$_languageName |
property |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Human readable language name. |
AcceptHeaderItem::$value |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
|
PoHeader::getPluralForms |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Get the plural form. |
AcceptHeaderItem::$index |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
|
TestHttpKernel::$headers |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php |
|
PoHeader::setProjectName |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Set the project name. |
PoHeader::getProjectName |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Get the project name. |
AcceptHeaderItemTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php |
|
PoStreamWriter::$_header |
property |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
The Gettext PO header. |
HeaderBagTest::testCount |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
@covers Symfony\Component\HttpFoundation\HeaderBag::count |
HeaderBag::$cacheControl |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
|
MailTest::testFromHeader |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Mail/MailTest.php |
Checks for the site name in an auto-generated From: header. |
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. |
HeaderComparison::hasKey |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/HeaderComparison.php |
Case insensitive check if an array have a key |
HttpException::getHeaders |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpException.php |
Returns response headers. |
drupal_add_html_head_link |
function |
drupal/core/includes/common.inc |
Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. |
Client::getDefaultHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
Get the default HTTP headers to add to each request created by the client |
Client::setDefaultHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
Set the default HTTP headers to add to each request created by the client |
ResponseHeaderBag::remove |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
@api |
Unicode::mimeHeaderEncode |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Encodes MIME/HTTP headers that contain incorrectly encoded characters. |
Unicode::mimeHeaderDecode |
function |
drupal/core/lib/Drupal/Component/Utility/Unicode.php |
Decodes MIME/HTTP encoded header values. |
PluginUIBase::tableHeader |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIBase.php |
Provides a theme_table compatible array of headers. |
WebTestBase::$dumpHeaders |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Indicates that headers should be dumped if verbose output is enabled. |
Request::HEADER_CLIENT_IP |
constant |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
|
PoStreamReader::getHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::getHeader(). |
PoStreamReader::setHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader(). |
PoHeader::setLanguageName |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Set the human readable language name. |
PoHeader::getLanguageName |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Get the human readable language name. |
PoHeader::parseArithmetic |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Parses and sanitizes an arithmetic formula into a PHP expression. |
PoHeader::tokenizeFormula |
function |
drupal/core/lib/Drupal/Component/Gettext/PoHeader.php |
Tokenize the formula. |
ResponseHeaderBagTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php |
|
PoMemoryWriter::getHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php |
Implements Drupal\Component\Gettext\PoMetadataInterface:getHeader(). |
PoMemoryWriter::setHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php |
Implements Drupal\Component\Gettext\PoMetadataInterface:setHeader(). |
PoStreamWriter::getHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Get the PO header of the current stream. |
PoStreamWriter::setHeader |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Set the PO header for the current stream. |
AbstractMessage::$headers |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
|
AcceptHeader::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeader.php |
Constructor. |
SessionTest::$dumpHeaders |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php |
Indicates that headers should be dumped if verbose output is enabled. |
HeaderComparison::compare |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/HeaderComparison.php |
Compare HTTP headers and use special markup to filter values
A header prefixed with '!' means it must not exist
A header prefixed with '_' means it must be ignored
A header value of '*' means anything after the * will be… |
_drupal_default_html_head |
function |
drupal/core/includes/common.inc |
Returns elements that are always displayed in the HEAD tag of the HTML page. |