You are here

public property EntityRoutingMap::$defaultFormClass in Form mode manager 8

Same name and namespace in other branches
  1. 8.2 src/Annotation/EntityRoutingMap.php \Drupal\form_mode_manager\Annotation\EntityRoutingMap::defaultFormClass

Name of Add EntityForm class.

Type: string

File

src/Annotation/EntityRoutingMap.php, line 44

Class

EntityRoutingMap
Defines form mode manager annotation object.

Namespace

Drupal\form_mode_manager\Annotation

Code

public $defaultFormClass = 'default';