public function FindReplace::multiple in Tamper 8
Indicates whether the returned value requires multiple handling.
Return value
bool TRUE when the returned value contains a list of values to be processed. For example, when the 'data' variable is a string and the tampered value is an array.
Overrides TamperBase::multiple
File
- src/
Plugin/ Tamper/ FindReplace.php, line 113
Class
- FindReplace
- Plugin implementation of the find_replace plugin.
Namespace
Drupal\tamper\Plugin\TamperCode
public function multiple() {
return FALSE;
}