'ChillMyBundle:timeline:template.html.twig', * 'template_data' => array( * 'accompanyingPeriod' => $entity, * 'person' => $args['person'] * ) * ); * ``` * * `$context` and `$args` are defined by the bundle which will call the timeline * rendering. * * @param type $entity * @param type $context * * @throws LogicException if the context is not supported * * @return mixed[] */ public function getEntityTemplate($entity, $context, array $args); /** * Indicate if the result type may be handled by the service. * * @param string $type the key present in the SELECT query * * @return bool */ public function supportsType($type); }