Frontend\Modules\Tags\Engine\TagsInterface::getForTags PHP Method

getForTags() public static method

Get at least the title and full url for items with the given ids.
public static getForTags ( array $ids ) : array
$ids array The ids for which to get the corresponding records.
return array Records with at least the keys 'title' and 'full_url'.
    public static function getForTags(array $ids);