Marry twig to global input helpers

This commit is contained in:
Samuel Georges 2014-11-22 16:00:25 +11:00
parent c8b04db1fe
commit 846a312765

View File

@ -223,7 +223,9 @@ class ServiceProvider extends ModuleServiceProvider
MarkupManager::instance()->registerCallback(function ($manager) {
$manager->registerFunctions([
// Functions
'input' => 'input',
'post' => 'post',
'get' => 'get',
'link_to' => 'link_to',
'link_to_asset' => 'link_to_asset',
'link_to_route' => 'link_to_route',