You are here

public function AmpMetadataInterface::isGlobal in Accelerated Mobile Pages (AMP) 8

Check if the settings apply globally.

Return value

boolean TRUE if the settings apply globally.

1 method overrides AmpMetadataInterface::isGlobal()
AmpMetadata::isGlobal in src/Entity/AmpMetadata.php
Check if the settings apply globally.

File

src/AmpMetadataInterface.php, line 18

Class

AmpMetadataInterface
Provides an interface for defining AMP Metadata entities.

Namespace

Drupal\amp

Code

public function isGlobal();