Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
common.inc
»
drupal_get_css
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
14 calls to drupal_get_css()
AJAXFrameworkTestCase::testLazyLoad
in drupal/
modules/
simpletest/
tests/
ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
ajax_render
in drupal/
includes/
ajax.inc
Renders a commands array into JSON.
CascadingStylesheetsTestCase::testAlter
in drupal/
modules/
simpletest/
tests/
common.test
Tests Locale module's CSS Alter to include RTL overrides.
CascadingStylesheetsTestCase::testRenderExternal
in drupal/
modules/
simpletest/
tests/
common.test
Tests rendering an external stylesheet.
CascadingStylesheetsTestCase::testRenderFile
in drupal/
modules/
simpletest/
tests/
common.test
Tests rendering the stylesheets.
CascadingStylesheetsTestCase::testRenderInlineNoPreprocess
in drupal/
modules/
simpletest/
tests/
common.test
Tests rendering inline stylesheets with preprocessing off.
CascadingStylesheetsTestCase::testRenderInlinePreprocess
in drupal/
modules/
simpletest/
tests/
common.test
Tests rendering inline stylesheets with preprocessing on.
CascadingStylesheetsTestCase::testRenderOrder
in drupal/
modules/
simpletest/
tests/
common.test
Test CSS ordering.
CascadingStylesheetsTestCase::testRenderOverride
in drupal/
modules/
simpletest/
tests/
common.test
Test CSS override.
JavaScriptTestCase::testLibraryRender
in drupal/
modules/
simpletest/
tests/
common.test
Adds a library to the page and tests for both its JavaScript and its CSS.
overlay_deliver_empty_page
in drupal/
modules/
overlay/
overlay.module
Prints an empty page.
template_process_html
in drupal/
includes/
theme.inc
Process variables for
html.tpl.php
template_process_maintenance_page
in drupal/
includes/
theme.inc
Theme process function for theme_maintenance_field().
_color_html_alter
in drupal/
modules/
color/
color.module
Replaces style sheets with color-altered style sheets.