You are here

public function LinkedFieldManagerInterface::linkHtml in Linked Field 8

Link HTML code with set link attributes.

Parameters

string $html: The list of HTML.

array $attributes: An associative array of attributes.

Return value

string Linking the html code.

1 method overrides LinkedFieldManagerInterface::linkHtml()
LinkedFieldManager::linkHtml in src/LinkedFieldManager.php
Link HTML code with set link attributes.

File

src/LinkedFieldManagerInterface.php, line 150

Class

LinkedFieldManagerInterface
Interface LinkedFieldManagerInterface.

Namespace

Drupal\linked_field

Code

public function linkHtml($html, array $attributes);