Page MenuHomeDevCentral

Service provider for helper global functions
ClosedPublic

Authored by dereckson on Jul 4 2016, 00:05.
Tags
None
Referenced Files
F3747951: D459.diff
Sat, Nov 16, 05:42
F3746167: D459.diff
Fri, Nov 15, 19:08
Unknown Object (File)
Sun, Nov 10, 16:00
Unknown Object (File)
Sun, Nov 10, 09:40
Unknown Object (File)
Thu, Nov 7, 19:50
Unknown Object (File)
Wed, Oct 23, 15:17
Unknown Object (File)
Wed, Oct 23, 15:08
Unknown Object (File)
Mon, Oct 21, 15:41
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.