class ForwardLinkUser in Forward 8
Same name and namespace in other branches
- 8.3 src/Plugin/DsField/ForwardLinkUser.php \Drupal\forward\Plugin\DsField\ForwardLinkUser
- 8.2 src/Plugin/DsField/ForwardLinkUser.php \Drupal\forward\Plugin\DsField\ForwardLinkUser
Forward link plugin.
Plugin annotation
@DsField(
id = "forward_link_user",
title = @Translation("Forward link"),
entity_type = "user"
)
Hierarchy
- class \Drupal\forward\Plugin\DsField\ForwardLink extends \Drupal\ds\Plugin\DsField\DsFieldBase implements ContainerFactoryPluginInterface
- class \Drupal\forward\Plugin\DsField\ForwardLinkUser
Expanded class hierarchy of ForwardLinkUser
File
- src/
Plugin/ DsField/ ForwardLinkUser.php, line 15
Namespace
Drupal\forward\Plugin\DsFieldView source
class ForwardLinkUser extends ForwardLink {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ForwardLink:: |
protected | property | The access checker service. | |
ForwardLink:: |
protected | property | The link builder service. | |
ForwardLink:: |
protected | property | The settings used for this plugin instance. | |
ForwardLink:: |
public | function | ||
ForwardLink:: |
public static | function |
Overrides ContainerFactoryPluginInterface:: |
|
ForwardLink:: |
public | function | ||
ForwardLink:: |
public | function | Constructs a Display Suite field plugin. |