You are here

public function ConditionBase::contextToEvaluate in GoogleTagManager 8

Returns the entity ID of the context value.

Return value

string The entity ID of the context value.

1 call to ConditionBase::contextToEvaluate()
ConditionBase::evaluate in src/ConditionBase.php
Evaluates the condition and returns TRUE or FALSE accordingly.
2 methods override ConditionBase::contextToEvaluate()
Domain::contextToEvaluate in src/Plugin/Condition/Domain.php
Returns the entity ID of the context value.
Language::contextToEvaluate in src/Plugin/Condition/Language.php
Returns the entity ID of the context value.

File

src/ConditionBase.php, line 237

Class

ConditionBase
Provides a basis for fulfilling contexts for condition plugins.

Namespace

Drupal\google_tag

Code

public function contextToEvaluate() {
  return '';
}