You are here

class ForwardLinkUser in Forward 8.3

Same name and namespace in other branches
  1. 8 src/Plugin/DsField/ForwardLinkUser.php \Drupal\forward\Plugin\DsField\ForwardLinkUser
  2. 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

Expanded class hierarchy of ForwardLinkUser

File

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

Namespace

Drupal\forward\Plugin\DsField
View source
class ForwardLinkUser extends ForwardLink {

}

Members

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