public function EntityHelper::setValue in Feeds Paragraphs 8
Attach value to a field
Parameters
string $field: The field.
mixed $value: The value.
File
- tests/
src/ Unit/ Helpers/ EntityHelper.php, line 208
Class
Namespace
Drupal\Tests\feeds_para_mapper\Unit\HelpersCode
public function setValue($field, $value) {
$this->values[$field] = $value;
}