15 lines
269 B
PHP
15 lines
269 B
PHP
<?php
|
|
|
|
/**
|
|
* @file
|
|
* Contains mathallomod.module.
|
|
*/
|
|
|
|
|
|
function mathallomod_link_alter(&$variables) {
|
|
// $url = $variables['url'];
|
|
// if($url->getRouteName() === "entity.node.canonical"){
|
|
// $nid = $url->getRouteParameters()['node'];
|
|
// $node =
|
|
// }
|
|
} |