Skip to content
Snippets Groups Projects

Resolve #2015121 "Inject various dependencies"

Closes #2015121

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • dimitriskr resolved all threads

    resolved all threads

  • dimitriskr added 1 commit

    added 1 commit

    Compare with previous version

  • dimitriskr added 553 commits

    added 553 commits

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    • f71331fb - switch to constructor property promotion

    Compare with previous version

  • dimitriskr added 1007 commits

    added 1007 commits

    Compare with previous version

  • dimitriskr added 2 commits

    added 2 commits

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    • 770ea998 - remove constructor docs and add constructor property promotion

    Compare with previous version

  • dimitriskr resolved all threads

    resolved all threads

  • dimitriskr resolved all threads

    resolved all threads

  • dimitriskr added 1 commit

    added 1 commit

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    • dbf53d21 - update drupal deprecation/removal versions

    Compare with previous version

  • dimitriskr added 1 commit

    added 1 commit

    • 1fec65f6 - update drupal deprecation/removal versions

    Compare with previous version

  • dimitriskr added 242 commits

    added 242 commits

    Compare with previous version

  • Stephen Mustgrave
  • 68 * @param \Drupal\views\Plugin\ViewsPluginManager|null $rowPluginManager
    69 * The plugin manager for views row plugins.
    70 * @param \Drupal\views\Plugin\ViewsPluginManager|null $stylePluginManager
    71 * The plugin manager for views style plugins.
    72 * @param \Drupal\views\Plugin\ViewsPluginManager|null $queryPluginManager
    73 * The plugin manager for views query plugins.
    54 74 */
    55 public function __construct(array $configuration, $plugin_id, $plugin_definition, RouteProviderInterface $route_provider, StateInterface $state) {
    56 parent::__construct($configuration, $plugin_id, $plugin_definition);
    75 public function __construct(
    76 array $configuration,
    77 $plugin_id,
    78 $plugin_definition,
    79 RouteProviderInterface $route_provider,
    80 StateInterface $state,
    81 protected ?ViewsData $viewsData = NULL,
  • 97 * @param \Drupal\views\Plugin\ViewsPluginManager|null $queryPluginManager
    98 * The plugin manager for views query plugins.
    79 99 */
    80 public function __construct(array $configuration, $plugin_id, $plugin_definition, RouteProviderInterface $route_provider, StateInterface $state, EntityStorageInterface $menu_storage, MenuParentFormSelectorInterface $parent_form_selector) {
    81 parent::__construct($configuration, $plugin_id, $plugin_definition, $route_provider, $state);
    100 public function __construct(
    101 array $configuration,
    102 $plugin_id,
    103 $plugin_definition,
    104 RouteProviderInterface $route_provider,
    105 StateInterface $state,
    106 EntityStorageInterface $menu_storage,
    107 MenuParentFormSelectorInterface $parent_form_selector,
    108 protected ?ViewsData $viewsData = NULL,
    109 protected ?ViewsPluginManager $accessPluginManager = NULL,
    110 protected ?ViewsPluginManager $cachePluginManager = NULL,
  • dimitriskr added 1 commit

    added 1 commit

    Compare with previous version

  • dimitriskr added 198 commits

    added 198 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading