You are here

public function TypeProcessor::getStyle in Opigno module 3.x

Same name and namespace in other branches
  1. 8 ActivityTypes/opigno_h5p/src/TypeProcessors/TypeProcessor.php \Drupal\opigno_h5p\TypeProcessors\TypeProcessor::getStyle()

Get style used by processor if used.

Return value

string Library relative path to CSS.

File

ActivityTypes/opigno_h5p/src/TypeProcessors/TypeProcessor.php, line 221

Class

TypeProcessor
Class TypeProcessor.

Namespace

Drupal\opigno_h5p\TypeProcessors

Code

public function getStyle() {
  return $this->style;
}