Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
common.inc
»
drupal_get_css
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
16 calls to drupal_get_css()
AjaxResponse::ajaxRender
in drupal/
core/
lib/
Drupal/
Core/
Ajax/
AjaxResponse.php
Prepares the AJAX commands for sending back to the client.
ajax_render
in drupal/
core/
includes/
ajax.inc
Renders a commands array into JSON.
CascadingStylesheetsTest::testAlter
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
CascadingStylesheetsTest.php
Tests Locale module's CSS Alter to include RTL overrides.
CascadingStylesheetsTest::testRenderExternal
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
CascadingStylesheetsTest.php
Tests rendering an external stylesheet.
CascadingStylesheetsTest::testRenderFile
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
CascadingStylesheetsTest.php
Tests rendering the stylesheets.
CascadingStylesheetsTest::testRenderInlineNoPreprocess
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
CascadingStylesheetsTest.php
Tests rendering inline stylesheets with preprocessing off.
CascadingStylesheetsTest::testRenderInlinePreprocess
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
CascadingStylesheetsTest.php
Tests rendering inline stylesheets with preprocessing on.
CascadingStylesheetsTest::testRenderOrder
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
CascadingStylesheetsTest.php
Tests CSS ordering.
CascadingStylesheetsTest::testRenderOverride
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
CascadingStylesheetsTest.php
Tests CSS override.
FrameworkTest::testLazyLoad
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Ajax/
FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testOrder
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Ajax/
FrameworkTest.php
Tests AjaxResponse::prepare() AJAX commands ordering.
JavaScriptTest::testLibraryRender
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
JavaScriptTest.php
Adds a library to the page and tests for both its JavaScript and its CSS.
overlay_deliver_empty_page
in drupal/
core/
modules/
overlay/
overlay.module
Prints an empty page.
template_process_html
in drupal/
core/
includes/
theme.inc
Processes variables for
html.html.twig
.
template_process_maintenance_page
in drupal/
core/
includes/
theme.inc
Theme process function for theme_maintenance_field().
_color_html_alter
in drupal/
core/
modules/
color/
color.module
Replaces style sheets with color-altered style sheets.