function Formula::getFormula

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/argument/Formula.php \Drupal\views\Plugin\views\argument\Formula::getFormula()

File

core/modules/views/src/Plugin/views/argument/Formula.php, line 35

Class

Formula
Argument handler for simple formulae.

Namespace

Drupal\views\Plugin\views\argument

Code

public function getFormula() {
  return str_replace('***table***', $this->tableAlias, $this->formula);
}

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