Verified Commit 58f4b99d authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3462098 by Prem Suthar, joachim, quietone: hook_local_tasks_alter() and...

Issue #3462098 by Prem Suthar, joachim, quietone: hook_local_tasks_alter() and hook_menu_local_tasks_alter() need mutual @see links

(cherry picked from commit e8cafee5)
parent 87b8c59a
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -308,6 +308,8 @@ function hook_menu_links_discovered_alter(&$links) {
 * @param \Drupal\Core\Cache\RefinableCacheableDependencyInterface $cacheability
 *   The cacheability metadata for the current route's local tasks.
 *
 * @see hook_local_tasks_alter()
 *
 * @ingroup menu
 */
function hook_menu_local_tasks_alter(&$data, $route_name, \Drupal\Core\Cache\RefinableCacheableDependencyInterface &$cacheability) {
@@ -351,6 +353,7 @@ function hook_menu_local_actions_alter(&$local_actions) {
 *
 * @see \Drupal\Core\Menu\LocalTaskInterface
 * @see \Drupal\Core\Menu\LocalTaskManager
 * @see hook_menu_local_tasks_alter()
 *
 * @ingroup menu
 */