1.20.x layout.class.inc | Layout::clearContexts($key) |
Clear a stored context.
File
- modules/
layout/ includes/ layout.class.inc, line 859 - Class for loading, modifying, and executing a layout.
Class
- Layout
- @file Class for loading, modifying, and executing a layout.
Code
function clearContexts($key) {
unset($this->contexts[$key]);
}