rocketship_paragraphs-5.0.0-alpha8/modules/menu_clickthrough/src/Path/PathHelperInterface.php
modules/menu_clickthrough/src/Path/PathHelperInterface.php
<?php
namespace Drupal\menu_clickthrough\Path;
/**
* Interface PathHelperInterface.
*
* @package Drupal\menu_clickthrough\Path
*/
interface PathHelperInterface {
/**
* Get array of urls.
*
* @return \Drupal\Core\Url[]
* Array of urls.
*/
public function getUrls();
}
