Sulu\Bundle\TagBundle\Tag\TagManagerInterface::findById PHP Method

findById() public method

Loads the tag with the given id.
public findById ( $id ) : Tag
$id number The id of the tag
return Sulu\Bundle\TagBundle\Entity\Tag
    public function findById($id);