public function TamperInterface::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.
1 method overrides TamperInterface::multiple()
- TamperBase::multiple in src/
TamperBase.php - Indicates whether the returned value requires multiple handling.
File
- src/
TamperInterface.php, line 44
Class
- TamperInterface
- Interface definition for tamper plugins.
Namespace
Drupal\tamperCode
public function multiple();