You are here

public function ArrayPluginDefinitionInterface::mergeOverrideArrayDefinition in Plugin 8.2

Merges another array definition into this one, using the other for overrides.

Parameters

mixed[] $other_definition: The other array definition.

Return value

$this

1 method overrides ArrayPluginDefinitionInterface::mergeOverrideArrayDefinition()
ArrayPluginDefinitionDecorator::mergeOverrideArrayDefinition in src/PluginDefinition/ArrayPluginDefinitionDecorator.php
Merges another array definition into this one, using the other for overrides.

File

src/PluginDefinition/ArrayPluginDefinitionInterface.php, line 50

Class

ArrayPluginDefinitionInterface
Defines a plugin definition.

Namespace

Drupal\plugin\PluginDefinition

Code

public function mergeOverrideArrayDefinition(array $other_definition);