1 drupal.inc drupal_region_class($region)

Provides a standard HTML class name that identifies a page region.

Deprecated

since 1.0.0

See also

backdrop_region_class()

Related topics

File

core/includes/drupal.inc, line 949
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_region_class($region) {
  return backdrop_region_class($region);
}