You are here

public function LinkExtractorInterface::listAttribute in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x src/LinkExtractor/LinkExtractorInterface.php \Drupal\printable\LinkExtractor\LinkExtractorInterface::listAttribute()

List the links at the bottom of page.

Parameters

string $content: The HTML string which has links present.

Return value

string The HTML string, containing links.

1 method overrides LinkExtractorInterface::listAttribute()
InlineLinkExtractor::listAttribute in src/LinkExtractor/InlineLinkExtractor.php
List the links at the bottom of page.

File

src/LinkExtractor/LinkExtractorInterface.php, line 43

Class

LinkExtractorInterface
Defines an interface for extracting links from a string of HTMl.

Namespace

Drupal\printable\LinkExtractor

Code

public function listAttribute($content);