You are here

public property Tamper::$handle_multiples in Tamper 8

Whether the plugin handles multiples itself.

Typically plugins that have handle_multiples as TRUE will expect an array as input and iterate over it themselves, changing the whole array.

Type: bool

File

src/Annotation/Tamper.php, line 61

Class

Tamper
Defines a Tamper annotation object.

Namespace

Drupal\tamper\Annotation

Code

public $handle_multiples = FALSE;