Page MenuHomeDevCentral

Service provider for helper global functions
ClosedPublic

Authored by dereckson on Jul 4 2016, 00:05.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 13:39
Unknown Object (File)
Fri, Dec 13, 13:47
Unknown Object (File)
Sun, Dec 8, 09:35
Unknown Object (File)
Fri, Dec 6, 16:21
Unknown Object (File)
Fri, Dec 6, 13:51
Unknown Object (File)
Wed, Dec 4, 22:24
Unknown Object (File)
Wed, Dec 4, 16:34
Unknown Object (File)
Wed, Dec 4, 05:44
Subscribers
None

Details

Summary

We want to allow Blade templates to use custom global functions.

Directives are not appropriated, as they are too heavily cached,
and don't allow mutable state (the value is substed at first run).

Test Plan
  • Run tests
  • Tested with an authurl() function in Blade auth templates at D445

Diff Detail

Repository
rGROVE Auth Grove
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Service provider for helper global functions.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited the test plan for this revision. (Show Details)
dereckson edited edge metadata.
This revision is now accepted and ready to land.Jul 4 2016, 00:06
This revision was automatically updated to reflect the committed changes.