You are here

protected property ImageToolkitForm::$availableToolkits in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Form/ImageToolkitForm.php \Drupal\system\Form\ImageToolkitForm::availableToolkits

An array containing currently available toolkits.

Type: \Drupal\Core\ImageToolkit\ImageToolkitInterface[]

File

core/modules/system/src/Form/ImageToolkitForm.php, line 23

Class

ImageToolkitForm
Configures image toolkit settings for this site.

Namespace

Drupal\system\Form

Code

protected $availableToolkits = [];