This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace MonVendor\MonBundle\Controller; | |
use MonVendor\MonBundle\Gestion\DemandeHelper; | |
use MonVendor\MonBundle\Gestion\Entity\Aide; | |
use Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter; | |
use Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface; | |
use Symfony\Component\HttpFoundation\Request; | |
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Drupal\my_module\Plugins\Blocks; | |
/** | |
* @Plugin( | |
* type="menu_block", | |
* title="Menu Block", | |
* description="A block for displaying system or user generated menus." | |
* ) |