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\DocumentTag as BaseDocumentTag;
/**
* IRI\Bundle\WikiTagBundle\Entity\DocumentTag
*/
class DocumentTag extends BaseDocumentTag
{
}