1 drupal.inc | drupal_load($type, $name) |
Includes a file with the provided type and name.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 146 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_load($type, $name) {
return backdrop_load($type, $name);
}