function StylePluginBase::__construct in Jssor Slider 7
File
- src/
shims/ ViewsStylePluginBase.inc, line 9
Class
Namespace
Drupal\views\Plugin\views\styleCode
function __construct($style_plugin = null) {
if ($style_plugin) {
$this->options = $style_plugin->options;
}
}