1 drupal.inc drupal_verify_profile($install_state)

Verifies an installation profile for installation.

Deprecated

since 1.0.0

See also

backdrop_verify_profile()

Related topics

File

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

Code

function drupal_verify_profile($install_state) {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  return backdrop_verify_profile($install_state);
}