You are here

public function sweaver_plugin::sweaver_preprocess_page in Sweaver 7

Same name and namespace in other branches
  1. 6 sweaver_plugin.inc \sweaver_plugin::sweaver_preprocess_page()

Preprocess page function.

1 method overrides sweaver_plugin::sweaver_preprocess_page()
sweaver_plugin_palettes::sweaver_preprocess_page in plugins/sweaver_plugin_palettes/sweaver_plugin_palettes.inc
Preprocess page function.

File

./sweaver_plugin.inc, line 57
Abstract Base class for a sweaver plugin.

Class

sweaver_plugin
@file Abstract Base class for a sweaver plugin.

Code

public function sweaver_preprocess_page(&$vars) {

  // Initial things to do.
}