public function FieldValueFilter::__construct in Drupal 7 to 8/9 Module Upgrader 8
File
- src/Utility/Filter/FieldValueFilter.php, line 23
Class
- FieldValueFilter
- Filters for things that *look like* field accesses, e.g.
$foo->bar[LANGUAGE_NONE][0]['value']. This filter doesn't guarantee that
matched nodes actually ARE field accesses -- just that they have the proper
formation (S-foils in…
Namespace
Drupal\drupalmoduleupgrader\Utility\Filter
Code
public function __construct($variable) {
$this->variable = $variable;
}