| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | 1 | public function getFunctions() |
|
| 17 | { |
||
| 18 | return array( |
||
| 19 | 1 | new \Twig_SimpleFunction('object2view', array($this, 'object2View', 'is_safe' => array('html'))), |
|
| 20 | 1 | new \Twig_SimpleFunction('field2object', array($this, 'field2Object', 'is_safe' => array('html'))), |
|
| 21 | 1 | new \Twig_SimpleFunction('joinfieldid', array($this, 'joinFieldId', 'is_safe' => array('html'))), |
|
| 22 | ); |
||
| 49 |