1.20.x drupal.inc | drupal_autoload_interface($interface) |
Confirms that a class is available.
Deprecated
since 1.0.0
See also
Related topics
File
- includes/
drupal.inc, line 457 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_autoload_interface($interface) {
return backdrop_autoload($interface);
}