Search for header
- Search 7.x for header
- Search 8.9.x for header
- Search 10.3.x for header
- Search 11.x for header
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContactFormListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
content-header.css | file | core/ |
/** * Content header. */ .content-header { overflow: hidden; padding: 24px 0 0; background-color: #e0e0d8; } |
content-header.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Content header. */ .content-header { overflow: hidden; margin-bottom: 0.75rem; padding:… |
content-header.pcss.css | file | core/ |
/** * Content header. */ @import "../base/variables.pcss.css"; .content-header { overflow: hidden; margin-bottom: var(--space-s); padding: var(--space-l) 0 0; background-color: var(--color-gray-050); } |
ContentNegotiationTest::testBogusAcceptHeader | function | core/ |
Verifies HTML responses for bogus Accept headers. |
ContentTypeHeaderMatcher | class | core/ |
Filters routes based on the HTTP Content-type header. |
ContentTypeHeaderMatcher.php | file | core/ |
|
ContentTypeHeaderMatcher::filter | function | core/ |
Filters the route collection against a request. |
ContentTypeHeaderMatcherTest | class | core/ |
Confirm that the content types partial matcher is functioning properly. |
ContentTypeHeaderMatcherTest.php | file | core/ |
|
ContentTypeHeaderMatcherTest::$fixtures | property | core/ |
A collection of shared fixture data for tests. |
ContentTypeHeaderMatcherTest::$matcher | property | core/ |
The matcher object that is going to be tested. |
ContentTypeHeaderMatcherTest::providerTestSafeRequestFilter | function | core/ |
|
ContentTypeHeaderMatcherTest::setUp | function | core/ |
|
ContentTypeHeaderMatcherTest::testContentTypeRequestHeaderMissing | function | core/ |
Confirms that the matcher throws an exception for missing request header. |
ContentTypeHeaderMatcherTest::testJsonRequest | function | core/ |
Tests that XML-restricted routes get filtered out on JSON requests. |
ContentTypeHeaderMatcherTest::testNoRouteFound | function | core/ |
Confirms that the matcher throws an exception for no-route. |
ContentTypeHeaderMatcherTest::testPostForm | function | core/ |
Tests route filtering on POST form submission requests. |
ContentTypeHeaderMatcherTest::testSafeRequestFilter | function | core/ |
Tests that routes are not filtered on safe requests. |
content_type_header_matcher | service | core/ |
Drupal\Core\Routing\ContentTypeHeaderMatcher |
CsrfRequestHeaderAccessCheck | class | core/ |
Access protection against CSRF attacks. |
CsrfRequestHeaderAccessCheck.php | file | core/ |
|
CsrfRequestHeaderAccessCheck::$csrfToken | property | core/ |
The token generator. |
CsrfRequestHeaderAccessCheck::$sessionConfiguration | property | core/ |
The session configuration. |
CsrfRequestHeaderAccessCheck::access | function | core/ |
Checks access. |
CsrfRequestHeaderAccessCheck::applies | function | core/ |
Declares whether the access check applies to a specific route or not. |
CsrfRequestHeaderAccessCheck::TOKEN_KEY | constant | core/ |
A string key that will used to designate the token used by this class. |
CsrfRequestHeaderAccessCheck::__construct | function | core/ |
Constructs a new rest CSRF access check. |
CsrfRequestHeaderTest | class | core/ |
Tests protecting routes by requiring CSRF token in the request header. |
CsrfRequestHeaderTest.php | file | core/ |
|
CsrfRequestHeaderTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
CsrfRequestHeaderTest::$modules | property | core/ |
Modules to enable. |
CsrfRequestHeaderTest::testRouteAccess | function | core/ |
Tests access to routes protected by CSRF request header requirements. |
DateFormatListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
DiffFormatter::$show_header | property | core/ |
Should a block header be shown? |
DiffFormatter::_block_header | function | core/ |
|
DiffFormatter::_block_header | function | core/ |
|
DraggableListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
DynamicPageCacheSubscriber::HEADER | constant | core/ |
Name of Dynamic Page Cache's response header. |
EntityDisplayFormBase::getTableHeader | function | core/ |
Returns an array containing the table headers. |
EntityDisplayModeListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
EntityFormDisplayEditForm::getTableHeader | function | core/ |
Returns an array containing the table headers. |
EntityListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
EntityResource::addLinkHeaders | function | core/ |
Adds link headers to a response. |
EntityTestListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
EntityViewDisplayEditForm::getTableHeader | function | core/ |
Returns an array containing the table headers. |
FieldConfigListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
FieldStorageConfigListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
FileUploadResource::REQUEST_HEADER_FILENAME_REGEX | constant | core/ |
The regex used to extract the filename from the content disposition header. |
FileUploadResource::validateAndParseContentDispositionHeader | function | core/ |
Validates and extracts the filename from the Content-Disposition header. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.