Resolve #2885278 "New 11.x"
3 open threads
3 open threads
Closes #2885278
Merge request reports
Activity
added 224 commits
-
694cb802...42fda133 - 224 commits from branch
project:11.x
-
694cb802...42fda133 - 224 commits from branch
added 2 commits
added 55 commits
-
a8d6ed6e...bd97f879 - 54 commits from branch
project:11.x
- 31a32f26 - Merge branch drupal:11.x into 2885278-new-11.x
-
a8d6ed6e...bd97f879 - 54 commits from branch
added 1 commit
- bd2c51b3 - Corrected the return type of node_type_get_names() to fix pipeline tests
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
- Resolved by Stephen Mustgrave
added 1 commit
- eab4b903 - fix: remove type hiting and node update hooks
@smustgrave I updated the MR to remove the type hinting and the node hooks you mentioned. I used these changes on my local site and saw the local menu. Note: I didn't remove this because nothing was mentioned, so I left it there.
669 679 \Drupal::service('search.index')->markForReindex('node_search', $nid); 670 680 } 671 681 } 682 683 /** 684 * Implements hook_config_translation_info_alter(). 685 */ 686 function node_config_translation_info_alter(&$info): void { 687 $info['node_type']['class'] = 'Drupal\node\ConfigTranslation\NodeTypeMapper'; changed this line in version 11 of the diff
1 <?php 2 3 namespace Drupal\node\Hook; 4 5 use Drupal\Core\Hook\Attribute\Hook; 6 use Drupal\Core\Cache\CacheableMetadata; 7 use Drupal\Core\Cache\RefinableCacheableDependencyInterface; 8 9 /** 10 * Local task menu alter for revisions page. 11 */ 12 #[Hook('menu_local_tasks_alter')] changed this line in version 11 of the diff
678 686 \Drupal::service('search.index')->markForReindex('node_search', $nid); 679 687 } 680 688 } 689 690 /** 691 * Implements hook_config_translation_info_alter(). 692 */ 693 function node_config_translation_info_alter(&$info): void { changed this line in version 11 of the diff
added 910 commits
-
fcd1614d...851df445 - 909 commits from branch
project:11.x
- fee25cc8 - Merge branch '11.x' into '2885278-new-11.x'
-
fcd1614d...851df445 - 909 commits from branch
added 1 commit
- 246c6ab6 - fix: lint error with missing line after function
added 1 commit
- bb82b9fe - fix: lint error missing new line in mode module file
Please register or sign in to reply