You are here

protected property FormBase::$entity in Linkit 8.5

Same name and namespace in other branches
  1. 8.4 src/Form/Profile/FormBase.php \Drupal\linkit\Form\Profile\FormBase::entity

The entity being used by this form.

Type: \Drupal\linkit\ProfileInterface

Overrides EntityForm::$entity

File

src/Form/Profile/FormBase.php, line 18

Class

FormBase
Base form for profile add and edit forms.

Namespace

Drupal\linkit\Form\Profile

Code

protected $entity;