You are here

protected property FormBase::$entity in Linkit 8.4

Same name and namespace in other branches
  1. 8.5 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 23
Contains \Drupal\linkit\Form\Profile\FormBase.

Class

FormBase
Base form for profile add and edit forms.

Namespace

Drupal\linkit\Form\Profile

Code

protected $entity;