First step to add context search to a page. Works fine but needs to be improved with several list of selectors.
<?php
namespace IRI\Bundle\WikiTagBundle\Entity;
use IRI\Bundle\WikiTagBundle\Model\Tag as BaseTag;
/**
* IRI\Bundle\WikiTagBundle\Entity\Tag
*/
class Tag extends BaseTag
{
}