Same name and namespace in other branches
  1. 8.x-4.x src/Annotation/ViewsSlideshowSkin.php \Drupal\views_slideshow\Annotation\ViewsSlideshowSkin

Defines a slideshow skin annotation object.

Hierarchy

  • class \Drupal\views_slideshow\Annotation\ViewsSlideshowSkin extends \Drupal\Component\Annotation\Plugin

Expanded class hierarchy of ViewsSlideshowSkin

1 class is annotated with ViewsSlideshowSkin
DefaultSkin dans src/Plugin/ViewsSlideshowSkin/DefaultSkin.php
Provides a default basic skin.

Fichier

src/Annotation/ViewsSlideshowSkin.php, line 12

Namespace

Drupal\views_slideshow\Annotation
View source
class ViewsSlideshowSkin extends Plugin {
    
    /**
     * The plugin ID.
     *
     * @var string
     */
    public $id;
    
    /**
     * The human-readable name of the slideshow skin.
     *
     * @var \Drupal\Core\Annotation\Translation
     *
     * @ingroup plugin_translatable
     */
    public $label;
    
    /**
     * A list of libraries this slideshow skin needs to attach.
     *
     * @var string[]
     */
    public $libraries;

}

Members

Titre Trier par ordre décroissant Modifiers Object type Résumé
ViewsSlideshowSkin::$id public property The plugin ID.
ViewsSlideshowSkin::$label public property The human-readable name of the slideshow skin.
ViewsSlideshowSkin::$libraries public property A list of libraries this slideshow skin needs to attach.