Page Array

Component ID

109198

Component name

Page Array

Component type

module

Component security advisory coverage

not-covered

Downloads

1369

Component created

Component changed

Component body

The pagearray module is a small (single function) helper module that can be used whenever there is a need to load the output of any Drupal path in data form. Based on the code in index.php, Page Array bypasses the theme('page') call, instead returning the page's output in data form. This can then be used for tasks like outputting in Javascript form, theming for printing, etc.