1 drupal.inc | drupal_get_profile() |
Gets the name of the currently active installation profile.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 529 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_get_profile() {
return backdrop_get_profile();
}