You are here

class JssorViewsStylePlugin in Jssor Slider 7

Hierarchy

Expanded class hierarchy of JssorViewsStylePlugin

File

src/JssorViewsStylePlugin.inc, line 3

View source
class JssorViewsStylePlugin extends \Drupal\jssor\Plugin\views\style\Jssor {

  /**
   * Get the Style Plugin default options.
   *
   * @return array
   */
  function defaultOptions() {
    return $this
      ->defineOptions();
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Jssor::$usesGrouping protected property Does the style plugin support grouping.
Jssor::$usesRowClass protected property Does the style plugin support custom css class for the rows.
Jssor::$usesRowPlugin protected property Does the style plugin allows to use the row.
Jssor::buildOptionsForm public function Overrides StylePluginBase::buildOptionsForm
Jssor::defineOptions protected function Overrides StylePluginBase::defineOptions
JssorViewsStylePlugin::defaultOptions function Get the Style Plugin default options.
StylePluginBase::$options public property
StylePluginBase::options_form function
StylePluginBase::t function Wrapper function for Drupal's t() function.
StylePluginBase::__construct function