protected property ImageCropWidget::$configFactory in Image Widget Crop 8
Same name and namespace in other branches
- 8.2 src/Plugin/Field/FieldWidget/ImageCropWidget.php \Drupal\image_widget_crop\Plugin\Field\FieldWidget\ImageCropWidget::configFactory
The config factory.
Subclasses should use the self::config() method, which may be overridden to address specific needs when loading config, rather than this property directly. See \Drupal\Core\Form\ConfigFormBase::config() for an example of this.
Type: \Drupal\Core\Config\ConfigFactoryInterface
File
- src/
Plugin/ Field/ FieldWidget/ ImageCropWidget.php, line 61
Class
- ImageCropWidget
- Plugin implementation of the 'image_widget_crop' widget.
Namespace
Drupal\image_widget_crop\Plugin\Field\FieldWidgetCode
protected $configFactory;