HtmlFormController::$classResolver |
property |
core/lib/Drupal/Core/Controller/HtmlFormController.php |
The class resolver. |
HtmlFormController::getFormArgument |
function |
core/lib/Drupal/Core/Controller/HtmlFormController.php |
Extracts the form argument string from a request. |
HtmlFormController::getFormObject |
function |
core/lib/Drupal/Core/Controller/HtmlFormController.php |
Returns the object used to build the form. |
HtmlFormController::__construct |
function |
core/lib/Drupal/Core/Controller/HtmlFormController.php |
Constructs a new \Drupal\Core\Controller\HtmlFormController object. |
HtmlList |
class |
core/modules/views/src/Plugin/views/style/HtmlList.php |
Style plugin to render each item in an ordered or unordered list. |
HtmlList.php |
file |
core/modules/views/src/Plugin/views/style/HtmlList.php |
|
HtmlList::$usesRowClass |
property |
core/modules/views/src/Plugin/views/style/HtmlList.php |
Does the style plugin support custom css class for the rows. |
HtmlList::$usesRowPlugin |
property |
core/modules/views/src/Plugin/views/style/HtmlList.php |
Whether or not this style uses a row plugin. |
HtmlList::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/style/HtmlList.php |
Render the given style. |
HtmlList::defineOptions |
function |
core/modules/views/src/Plugin/views/style/HtmlList.php |
Set default options. |
HtmlOutputPrinter |
class |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php |
Defines a class for providing html output results for functional tests. |
HtmlOutputPrinter.php |
file |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php |
|
HtmlOutputPrinter::printResult |
function |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php |
|
HtmlOutputPrinterTrait |
trait |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php |
Defines a class for providing html output results for functional tests. |
HtmlOutputPrinterTrait.php |
file |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php |
|
HtmlOutputPrinterTrait::$browserOutputFile |
property |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php |
File to write html links to. |
HtmlOutputPrinterTrait::printHtmlOutput |
function |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php |
Prints the list of HTML output generated during the test. |
HtmlOutputPrinterTrait::setUpHtmlOutput |
function |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php |
Creates the file to list the HTML output created during the test. |
HtmlOutputPrinterTrait::__construct |
function |
core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php |
|
HtmlRenderer |
class |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
Default main content renderer for HTML requests. |
HtmlRenderer.php |
file |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
|
HtmlRenderer::$displayVariantManager |
property |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
The display variant manager. |
HtmlRenderer::$eventDispatcher |
property |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
The event dispatcher. |
HtmlRenderer::$moduleHandler |
property |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
The module handler. |
HtmlRenderer::$renderCache |
property |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
The render cache service. |
HtmlRenderer::$renderer |
property |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
The renderer service. |
HtmlRenderer::$rendererConfig |
property |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
The renderer configuration array. |
HtmlRenderer::$themeManager |
property |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
The theme manager. |
HtmlRenderer::$titleResolver |
property |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
The title resolver. |
HtmlRenderer::buildPageTopAndBottom |
function |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
Invokes the page top and bottom hooks. |
HtmlRenderer::invokePageAttachmentHooks |
function |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
Invokes the page attachment hooks. |
HtmlRenderer::prepare |
function |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
Prepares the HTML body: wraps the main content in #type 'page'. |
HtmlRenderer::renderResponse |
function |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
The entire HTML: takes a #type 'page' and wraps it in a #type 'html'. |
HtmlRenderer::__construct |
function |
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php |
Constructs a new HtmlRenderer. |
HtmlResponse |
class |
core/lib/Drupal/Core/Render/HtmlResponse.php |
Response that contains and can expose cacheability metadata and attachments. |
HtmlResponse.php |
file |
core/lib/Drupal/Core/Render/HtmlResponse.php |
|
HtmlResponse::setContent |
function |
core/lib/Drupal/Core/Render/HtmlResponse.php |
Sets the response content. |
HtmlResponse::__construct |
function |
core/lib/Drupal/Core/Render/HtmlResponse.php |
Constructs a HtmlResponse object. |
HtmlResponseAttachmentsProcessor |
class |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Processes attachments of HTML responses. |
HtmlResponseAttachmentsProcessor.php |
file |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
|
HtmlResponseAttachmentsProcessor::$assetResolver |
property |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
The asset resolver service. |
HtmlResponseAttachmentsProcessor::$config |
property |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
A config object for the system performance configuration. |
HtmlResponseAttachmentsProcessor::$cssCollectionRenderer |
property |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
The CSS asset collection renderer service. |
HtmlResponseAttachmentsProcessor::$jsCollectionRenderer |
property |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
The JS asset collection renderer service. |
HtmlResponseAttachmentsProcessor::$moduleHandler |
property |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
The module handler service. |
HtmlResponseAttachmentsProcessor::$renderer |
property |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
The renderer. |
HtmlResponseAttachmentsProcessor::$requestStack |
property |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
The request stack. |
HtmlResponseAttachmentsProcessor::formatHttpHeaderAttributes |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Formats an attribute string for an HTTP header. |
HtmlResponseAttachmentsProcessor::processAssetLibraries |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Processes asset libraries into render arrays. |
HtmlResponseAttachmentsProcessor::processAttachments |
function |
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php |
Processes the attachments of a response that has attachments. |