You are here

public function ConditionBase::execute in GoogleTagManager 8

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/ConditionBase.php, line 175

Class

ConditionBase
Provides a basis for fulfilling contexts for condition plugins.

Namespace

Drupal\google_tag

Code

public function execute() {

  // @todo Remove this routine? It does the quirky negate.
  return $this->executableManager
    ->execute($this);
}