You are here

protected property jCarouselSkinsManager::$defaults in jCarousel 8.4

Same name and namespace in other branches
  1. 8.5 src/jCarouselSkinsManager.php \Drupal\jcarousel\jCarouselSkinsManager::defaults

A set of defaults to be referenced by $this->processDefinition() if additional processing of plugins is necessary or helpful for development purposes.

Type: array

Overrides DefaultPluginManager::$defaults

File

src/jCarouselSkinsManager.php, line 40
Contains \Drupal\jcarousel\jCarouselSkinsManager.

Class

jCarouselSkinsManager
Defines a jcarousel skins plugin manager to deal with skins.

Namespace

Drupal\jcarousel

Code

protected $defaults = [
  // Human readable label for skin.
  'label' => '',
  // The file containing css for the skin.
  'file' => '',
  // Weight used for ordering skins.
  'weight' => 0,
];