• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TYPO3 / Fluid / 1105 / 4
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2018 09:50AM UTC
Files 109
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Nov 2018 09:48AM UTC coverage: 97.369% (+0.06%) from 97.314%
1105.4

push

travis-ci

mbrodala
[FEATURE] Inline fluid ViewHelper (#415)

Allows rendering a variable containing Fluid code as
if the code contained in the variable were part of the
template invoking the ViewHelper.

    $view->assign('variable', 'value of my variable');
    $view->assign('code', 'My variable: {variable}');

And in the template:

    {code -> f:inline()}

Which outputs:

    My variable: value of my variable

You can use this to pass smaller and dynamic pieces of Fluid code
to templates, as an alternative to creating new partial templates.

2665 of 2737 relevant lines covered (97.37%)

45.51 hits per line

Source Files on job 1105.4
  • Tree
  • List 0
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11
  • Travis Job 1105.4
  • 944faf5a on github
  • Prev Job for on master (#1100.1)
  • Next Job for on master (#1107.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc