Skip to content

Commit e070b9c

Browse files
committed
Issue #2900883 by larskhansen, GaëlG, kalyansamanta, Chi, tim.plunkett, Gábor Hojtsy, joachim: Wrong documentation of Drupal\Component\Plugin\Derivative\DeriverInterface::getDerivativeDefinitions()
(cherry picked from commit 6429dc6)
1 parent a773ce4 commit e070b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface DeriverInterface {
1515
* @param string $derivative_id
1616
* The derivative id. The id must uniquely identify the derivative within a
1717
* given base plugin, but derivative ids can be reused across base plugins.
18-
* @param mixed $base_plugin_definition
18+
* @param array|\Drupal\Component\Plugin\Definition\PluginDefinitionInterface $base_plugin_definition
1919
* The definition of the base plugin from which the derivative plugin
2020
* is derived. It is maybe an entire object or just some array, depending
2121
* on the discovery mechanism.

0 commit comments

Comments
 (0)