- Issue created by @super_romeo
- 🇷🇸Serbia super_romeo Belgrade
I guess it should be:
public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { $plugin_id = $plugin_id ?? 'smsc'; ... }
- First commit to issue fork.
- @_pratik_ opened merge request.
- Status changed to Needs review
almost 2 years ago 6:36am 1 February 2023 - 🇷🇸Serbia super_romeo Belgrade
In method
\Drupal\Core\Plugin\ContainerFactoryPluginInterface::create()
$plugin_id
stay before$plugin_definition
, so its inheritors should keep this order. - Status changed to Needs work
almost 2 years ago 1:38pm 7 February 2023 - @super_romeo opened merge request.