You are here

public function ArrayPluginDefinitionInterface::mergeDefaultArrayDefinition in Plugin 8.2

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

Parameters

mixed[] $other_definition: The other array definition.

Return value

$this

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

File

src/PluginDefinition/ArrayPluginDefinitionInterface.php, line 40

Class

ArrayPluginDefinitionInterface
Defines a plugin definition.

Namespace

Drupal\plugin\PluginDefinition

Code

public function mergeDefaultArrayDefinition(array $other_definition);