Issue #2833116 by mohit_aghera, smustgrave, Ratan Priya: When Placing a Block...
3 open threads
Merge request reports
Activity
- Resolved by Stephen Mustgrave
added 18 commits
-
ce5db255...a6a0523e - 16 commits from branch
project:11.x
- 6d54578c - Merge branch '11.x' of git.drupal.org:project/drupal into 2833116-when-placing-a
- 101a206b - Address feedback
-
ce5db255...a6a0523e - 16 commits from branch
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
added 37 commits
-
4da577fb...e8778fb2 - 36 commits from branch
project:11.x
- 9d728667 - Merge branch '11.x' of git.drupal.org:project/drupal into 2833116-when-placing-a
-
4da577fb...e8778fb2 - 36 commits from branch
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
added 67 commits
-
9d728667...ba827d46 - 65 commits from branch
project:11.x
- 37903fcb - Merge branch '11.x' of git.drupal.org:project/drupal into 2833116-when-placing-a
- 71835399 - address feedbackDrupalblock_contentPluginMenuLocalActionBlockContentAddLocalAction::
-
9d728667...ba827d46 - 65 commits from branch
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
10 13 * Modifies the 'Add content block' local action. 11 14 */ 12 15 class BlockContentAddLocalAction extends LocalActionDefault { 13 16 17 /** 18 * Constructs a LocalActionDefault object. 19 * 20 * @param array $configuration 21 * A configuration array containing information about the plugin instance. 22 * @param string $plugin_id 23 * The plugin_id for the plugin instance. 24 * @param mixed $plugin_definition 25 * The plugin implementation definition. 26 * @param \Drupal\Core\Routing\RouteProviderInterface $routeProvider 27 * The route provider to load routes by name. 28 * @param \Symfony\Component\HttpFoundation\RequestStack $requestStack Confirmed in !6132 (871cd090)
changed this line in version 14 of the diff
added 431 commits
-
b7b70963...331141c7 - 429 commits from branch
project:11.x
- db48ae21 - Merge branch '11.x' of git.drupal.org:project/drupal into 2833116-when-placing-a
- c78a6189 - Address feedback
-
b7b70963...331141c7 - 429 commits from branch
21 * A configuration array containing information about the plugin instance. 22 * @param string $plugin_id 23 * The plugin_id for the plugin instance. 24 * @param mixed $plugin_definition 25 * The plugin implementation definition. 26 * @param \Drupal\Core\Routing\RouteProviderInterface $routeProvider 27 * The route provider to load routes by name. 28 * @param \Symfony\Component\HttpFoundation\RequestStack $requestStack 29 * The current request. 30 */ 31 public function __construct( 32 array $configuration, 33 $plugin_id, 34 $plugin_definition, 35 RouteProviderInterface $routeProvider, 36 protected RequestStack $requestStack) { changed this line in version 9 of the diff
11 14 */ 12 15 class BlockContentAddLocalAction extends LocalActionDefault { 13 16 17 /** 18 * Constructs a LocalActionDefault object. 19 * 20 * @param array $configuration 21 * A configuration array containing information about the plugin instance. 22 * @param string $plugin_id 23 * The plugin_id for the plugin instance. 24 * @param mixed $plugin_definition 25 * The plugin implementation definition. 26 * @param \Drupal\Core\Routing\RouteProviderInterface $routeProvider 27 * The route provider to load routes by name. 28 * @param \Symfony\Component\HttpFoundation\RequestStack $requestStack 29 * The current request. - Comment on lines +18 to +29
18 * Constructs a LocalActionDefault object. 19 * 20 * @param array $configuration 21 * A configuration array containing information about the plugin instance. 22 * @param string $plugin_id 23 * The plugin_id for the plugin instance. 24 * @param mixed $plugin_definition 25 * The plugin implementation definition. 26 * @param \Drupal\Core\Routing\RouteProviderInterface $routeProvider 27 * The route provider to load routes by name. 28 * @param \Symfony\Component\HttpFoundation\RequestStack $requestStack 29 * The current request. 18 * Constructs a BlockContentAddLocalAction object. changed this line in version 14 of the diff
added 106 commits
-
a0d826d4...1e827843 - 105 commits from branch
project:11.x
- 4ec9d153 - Merge branch '11.x' of git.drupal.org:project/drupal into 2833116-when-placing-a
-
a0d826d4...1e827843 - 105 commits from branch
- Resolved by Alex Pott
- Resolved by Alex Pott
- Resolved by Alex Pott
- Resolved by Alex Pott
- Resolved by Alex Pott
Please register or sign in to reply