You are here

public function SharethisManagerInterface::renderSpans in ShareThis 8.2

Custom html block.

Parameters

array $array: Settings array.

string $title: Title string.

string $string: Sharethis path.

Return value

array Array with options, title and path.

1 method overrides SharethisManagerInterface::renderSpans()
SharethisManager::renderSpans in src/SharethisManager.php
Custom html block.

File

src/SharethisManagerInterface.php, line 79

Class

SharethisManagerInterface
Interface for SharethisManager.

Namespace

Drupal\sharethis

Code

public function renderSpans(array $array, $title, $string);