You are here

public function StylesDefault::get_output in Styles 6

Same name and namespace in other branches
  1. 6.2 includes/Styles.inc \StylesDefault::get_output()
1 call to StylesDefault::get_output()
StylesDefault::render in includes/Styles.inc

File

includes/Styles.inc, line 149
Styles.inc Base class for Styles.

Class

StylesDefault
@file Styles.inc Base class for Styles.

Code

public function get_output() {
  return $this
    ->get('output');
}