Same name in other branches
- 8.x-1.x src/QuickSet.php \Drupal\quicktabs\QuickSet::contents
The contents array. An array of objects that implement the QuickContentRenderable interface.
Type: array
Fichier
-
./
quicktabs.classes.inc, line 23
Classe
- QuickSet
- A QuickSet object is an unrendered Quicktabs instance, essentially just a container of content items, as defined by its configuration settings and the array of content items it contains.
Code
protected $contents;