Bootstrap::glyphicon('question-sign'), 'content' => ['#markup' => $variables['content']], ]; $variables->addClass(['alert', 'alert-info', 'messages', 'info']); } // Support for "well" classes in regions. static $region_wells; if (!isset($region_wells)) { $region_wells = $this->theme->getSetting('region_wells'); } if (!empty($region_wells[$region])) { $variables->addClass($region_wells[$region]); } } }