You are here

protected property ImageStyleFormBase::$entity in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/image/src/Form/ImageStyleFormBase.php \Drupal\image\Form\ImageStyleFormBase::entity
  2. 9 core/modules/image/src/Form/ImageStyleFormBase.php \Drupal\image\Form\ImageStyleFormBase::entity

The entity being used by this form.

Type: \Drupal\image\ImageStyleInterface

Overrides EntityForm::$entity

File

core/modules/image/src/Form/ImageStyleFormBase.php, line 20

Class

ImageStyleFormBase
Base form for image style add and edit forms.

Namespace

Drupal\image\Form

Code

protected $entity;