You are here

protected property ThemeSuggestions::$ignoreFormControlTypes in Express 8

The types of elements to ignore for the "input__form_control" suggestion.

Type: array

File

themes/contrib/bootstrap/src/Plugin/Alter/ThemeSuggestions.php, line 56
Contains \Drupal\bootstrap\Plugin\Alter\ThemeSuggestions.

Class

ThemeSuggestions
Implements hook_theme_suggestions_alter().

Namespace

Drupal\bootstrap\Plugin\Alter

Code

protected $ignoreFormControlTypes = [
  'checkbox',
  'hidden',
  'radio',
];