GraphQL\Examples\Blog\Data\DataSource::findStoryMentions PHP Method

findStoryMentions() public static method

public static findStoryMentions ( $storyId )
    public static function findStoryMentions($storyId)
    {
        return isset(self::$storyMentions[$storyId]) ? self::$storyMentions[$storyId] : [];
    }