Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class ABCController extends ControllerBase {
  2. public function myStatic(ContainerInterface $container) {
  3. return 'test';
  4. }
  5. }
  6. }
  7.  
  8. use Drupalmodule_nameControllerABCController;
  9.  
  10. $test = ABCController::myStatic();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement