function GeneratedColumnExpression::__construct
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Database/SchemaDefinition/GeneratedColumnExpression.php \Drupal\Core\Database\SchemaDefinition\GeneratedColumnExpression::__construct()
Constructor.
Parameters
string $expression: The expression text.
Overrides Expression::__construct
File
-
core/
lib/ Drupal/ Core/ Database/ SchemaDefinition/ GeneratedColumnExpression.php, line 20
Class
- GeneratedColumnExpression
- A value object representing an expression for a generated column.
Namespace
Drupal\Core\Database\SchemaDefinitionCode
public function __construct(string $expression) {
parent::__construct($expression);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.