You are here

public function MetaNameBase::requiresAbsoluteUrl in Metatag 8

Whether or not this meta tag must output required absolute URLs.

Return value

bool Whether or not this meta tag must output required absolute URLs.

1 call to MetaNameBase::requiresAbsoluteUrl()
MetaNameBase::output in src/Plugin/metatag/Tag/MetaNameBase.php
Generate the HTML tag output for a meta tag.

File

src/Plugin/metatag/Tag/MetaNameBase.php, line 240

Class

MetaNameBase
Each meta tag will extend this base.

Namespace

Drupal\metatag\Plugin\metatag\Tag

Code

public function requiresAbsoluteUrl() {
  return $this->absoluteUrl;
}