1 drupal.inc drupal_check_profile($profile)

Checks an installation profile's requirements.

Deprecated

since 1.0.0

See also

backdrop_check_profile()

Related topics

File

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

Code

function drupal_check_profile($profile) {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  return backdrop_check_profile($profile);
}