Elgg\RouterTest::bar_route_identifier PHP Méthode

bar_route_identifier() public méthode

public bar_route_identifier ( $hook, $type, $value, $params )
    function bar_route_identifier($hook, $type, $value, $params)
    {
        $value['identifier'] = 'foo';
        return $value;
    }
RouterTest