protected property TipsBag::$configurations

The initial configuration for each tip in the bag.

An associative array containing the initial configuration for each tip in the bag, keyed by plugin instance ID.

Type: array

File

drupal/core/modules/tour/lib/Drupal/tour/TipsBag.php, line 27
Contains \Drupal\tour\TipsBag.

Class

TipsBag
A collection of tips.

Namespace

Drupal\tour

Code

protected $configurations = array();