You are here

function flag_node_links_alter in Flag 8.4

Implements hook_node_links_alter().

File

./flag.module, line 335
The Flag module.

Code

function flag_node_links_alter(array &$links, NodeInterface $entity, array &$context) {

  // @todo: Define this for handling the showOnLinks() flag mode.
  // see https://www.drupal.org/project/flag/issues/2703229
}