This file contains hidden or 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 | |
/** | |
* @file | |
* @author Rakesh James | |
* Contains \Drupal\example\Controller\ExampleController. | |
* Please place this file under your example(module_root_folder)/src/Controller/ | |
*/ | |
namespace Drupal\example\Controller; | |
/** | |
* Provides route responses for the Example module. |