You are here

public function SharethisManagerInterface::widgetContents in ShareThis 8.2

Custom html markup for widget.

Parameters

array $array: Settings array.

Return value

array Return array renderable by renderSpans().

1 method overrides SharethisManagerInterface::widgetContents()
SharethisManager::widgetContents in src/SharethisManager.php
Custom html markup for widget.

File

src/SharethisManagerInterface.php, line 35

Class

SharethisManagerInterface
Interface for SharethisManager.

Namespace

Drupal\sharethis

Code

public function widgetContents(array $array);