function entity_legal_preprocess_page in Entity Legal 7
Same name and namespace in other branches
- 8.2 entity_legal.module \entity_legal_preprocess_page()
- 7.2 entity_legal.module \entity_legal_preprocess_page()
- 4.0.x entity_legal.module \entity_legal_preprocess_page()
- 3.0.x entity_legal.module \entity_legal_preprocess_page()
Implements template_preprocess_page().
File
- ./entity_legal.module, line 310 
- Entity Legal module.
Code
function entity_legal_preprocess_page(&$variable) {
  $acceptance_method = new EntityLegalMethodMessage();
  $acceptance_method
    ->execute();
}