Page MenuHomeDevCentral

Service provider for helper global functions
ClosedPublic

Authored by dereckson on Jul 4 2016, 00:05.
Tags
None
Referenced Files
F10392740: D459.id1118.diff
Fri, Jul 4, 01:33
Unknown Object (File)
Tue, Jul 1, 15:55
Unknown Object (File)
Tue, Jul 1, 10:44
Unknown Object (File)
Mon, Jun 30, 12:43
Unknown Object (File)
Sat, Jun 28, 14:21
Unknown Object (File)
Thu, Jun 26, 13:40
Unknown Object (File)
Wed, Jun 25, 15:57
Unknown Object (File)
Sat, Jun 21, 09:25
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 Passed
Unit
Tests Passed
Branch
helpers
Build Status
Buildable 646
Build 766: arc lint + arc unit

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.