You are here

public function SharePluginInterface::build in Share Message 8

Creates the AddThis toolbar.

Parameters

array $context: The form structure.

$plugin_attributes: Custom plugin attributes.

Return value

array $build Returns the modified configuration form structure.

4 methods override SharePluginInterface::build()
Addthis::build in src/Plugin/sharemessage/Addthis.php
Creates the AddThis toolbar.
OGHeaders::build in src/Plugin/sharemessage/OGHeaders.php
Creates the AddThis toolbar.
Sharrre::build in src/Plugin/sharemessage/Sharrre.php
Creates the AddThis toolbar.
SocialSharePrivacy::build in src/Plugin/sharemessage/SocialSharePrivacy.php
Creates the AddThis toolbar.

File

src/SharePluginInterface.php, line 26

Class

SharePluginInterface
Interface for source plugin controllers.

Namespace

Drupal\sharemessage

Code

public function build($context, $plugin_attributes);