function MissingSchema::evaluate

Evaluates the condition and returns TRUE or FALSE accordingly.

Return value

bool TRUE if the condition has been met, FALSE otherwise.

Overrides ConditionInterface::evaluate

File

core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php, line 21

Class

MissingSchema
Provides a 'missing_schema' condition.

Namespace

Drupal\block_test\Plugin\Condition

Code

public function evaluate() {
  return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.