You are here

class ForwardFormUser in Forward 8

Same name and namespace in other branches
  1. 8.3 src/Plugin/DsField/ForwardFormUser.php \Drupal\forward\Plugin\DsField\ForwardFormUser
  2. 8.2 src/Plugin/DsField/ForwardFormUser.php \Drupal\forward\Plugin\DsField\ForwardFormUser

Forward form plugin.

Plugin annotation


@DsField(
  id = "forward_form_user",
  title = @Translation("Forward form"),
  entity_type = "user"
)

Hierarchy

Expanded class hierarchy of ForwardFormUser

File

src/Plugin/DsField/ForwardFormUser.php, line 15

Namespace

Drupal\forward\Plugin\DsField
View source
class ForwardFormUser extends ForwardForm {

}

Members

Namesort descending Modifiers Type Description Overrides
ForwardForm::$accessChecker protected property The access checker service.
ForwardForm::$formBuilder protected property The form builder service.
ForwardForm::$settings protected property The settings used for this plugin instance.
ForwardForm::build public function
ForwardForm::create public static function Overrides ContainerFactoryPluginInterface::create
ForwardForm::isAllowed public function
ForwardForm::__construct public function Constructs a Display Suite field plugin.