mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 10:33:49 +00:00
replacing delegated_block api by widget api
This commit is contained in:
10
Templating/Widget/WidgetInterface.php
Normal file
10
Templating/Widget/WidgetInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\MainBundle\Templating\Widget;
|
||||
|
||||
use Twig_Environment;
|
||||
|
||||
interface WidgetInterface
|
||||
{
|
||||
public function render(Twig_Environment $env, $place, array $context, array $config);
|
||||
}
|
Reference in New Issue
Block a user