1 drupal.inc drupal_parse_info_file($filename, $process_sections = FALSE)

Parses Backdrop module and theme .info files.

Deprecated

since 1.0.0

See also

backdrop_parse_info_file()

Related topics

File

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

Code

function drupal_parse_info_file($filename, $process_sections = FALSE) {
  watchdog_deprecated_function('drupal', __FUNCTION__);
  return backdrop_parse_info_file($filename, $process_sections);
}