You are here

protected property MatcherForm::$entity in CRM Core 8

Same name and namespace in other branches
  1. 8.3 modules/crm_core_match/src/Form/MatcherForm.php \Drupal\crm_core_match\Form\MatcherForm::entity
  2. 8.2 modules/crm_core_match/src/Form/MatcherForm.php \Drupal\crm_core_match\Form\MatcherForm::entity

The entity being used by this form.

Type: \Drupal\crm_core_match\Matcher\MatcherConfigInterface

Overrides EntityForm::$entity

File

modules/crm_core_match/src/Form/MatcherForm.php, line 18

Class

MatcherForm
Provides a form elements for Matcher.

Namespace

Drupal\crm_core_match\Form

Code

protected $entity;