You are here

public function StylesDefault::display in Styles 6

Same name and namespace in other branches
  1. 6.2 includes/Styles.inc \StylesDefault::display()
  2. 7.2 includes/Styles.inc \StylesDefault::display()

File

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

Class

StylesDefault
@file Styles.inc Base class for Styles.

Code

public function display() {
  return $this
    ->render();
}