class ForwardFormUser in Forward 8
Same name and namespace in other branches
- 8.3 src/Plugin/DsField/ForwardFormUser.php \Drupal\forward\Plugin\DsField\ForwardFormUser
- 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
- class \Drupal\forward\Plugin\DsField\ForwardForm extends \Drupal\ds\Plugin\DsField\DsFieldBase implements ContainerFactoryPluginInterface
- class \Drupal\forward\Plugin\DsField\ForwardFormUser
Expanded class hierarchy of ForwardFormUser
File
- src/
Plugin/ DsField/ ForwardFormUser.php, line 15
Namespace
Drupal\forward\Plugin\DsFieldView source
class ForwardFormUser extends ForwardForm {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ForwardForm:: |
protected | property | The access checker service. | |
ForwardForm:: |
protected | property | The form builder service. | |
ForwardForm:: |
protected | property | The settings used for this plugin instance. | |
ForwardForm:: |
public | function | ||
ForwardForm:: |
public static | function |
Overrides ContainerFactoryPluginInterface:: |
|
ForwardForm:: |
public | function | ||
ForwardForm:: |
public | function | Constructs a Display Suite field plugin. |