You are here

public function LinkIconManagerInterface::extractAllowedValues in Link Icon 8

Returns extracted allowed title values.

Parameters

string $values: The link title allowed values.

bool $is_tooltip: If it is for tooltip title or regular link text.

Return value

array An array of allowed title values.

1 method overrides LinkIconManagerInterface::extractAllowedValues()
LinkIconManager::extractAllowedValues in src/LinkIconManager.php
Returns extracted allowed title values.

File

src/LinkIconManagerInterface.php, line 37

Class

LinkIconManagerInterface
Interface for linkicon manager.

Namespace

Drupal\linkicon

Code

public function extractAllowedValues($values, $is_tooltip = FALSE);