You are here

public function MetaNameBase::secure in Metatag 8

Whether or not this meta tag must output secure (HTTPS) URLs.

Return value

bool Whether or not this meta tag must output secure (HTTPS) URLs.

1 call to MetaNameBase::secure()
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 210

Class

MetaNameBase
Each meta tag will extend this base.

Namespace

Drupal\metatag\Plugin\metatag\Tag

Code

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