function PanelsLegacyState::t in Panels 6.3
Same name and namespace in other branches
- 7.3 includes/legacy.inc \PanelsLegacyState::t()
1 call to PanelsLegacyState::t()
- PanelsLegacyState::checkStylesIPE1 in includes/
legacy.inc - Compatibility checker that ensures modules that implement Panels styles list their api as being at least 2.0; this corresponds to the change with the initial IPE commit that made region styles take a fully rendered pane HTML string instead of a pane…
File
- includes/
legacy.inc, line 14
Class
- PanelsLegacyState
- Legacy state manager for Panels.
Code
function t() {
$func = get_t();
$args = func_get_args();
return call_user_func_array($func, $args);
}