public function getContent(StyleguideInterface $styleguide) { $variables = ['partials' => $this->getPatterns(), 'patternPartial' => '']; return $styleguide->render('viewall', $variables); }
/** * @param StyleguideInterface $styleguide * @return array */ public function getConfig(StyleguideInterface $styleguide) { return ['cacheBuster' => $styleguide->getCacheBuster(), 'ishMaximum' => $styleguide->getMaximumWidth(), 'ishMinimum' => $styleguide->getMinimumWidth()]; }
protected function makeHeader(StyleguideInterface $styleguide) { return $styleguide->render('patternLabHead', $this->getHeaderVariables($styleguide)); }