Make RecordDataFormatter->getData() return arrays instead of HTML (#959)
- This improves extensibility by allowing the insertion of more values for custom rendering, instead of a flat HTML string.
Showing
- module/VuFind/src/VuFind/View/Helper/Root/RecordDataFormatter.php 6 additions, 2 deletions...uFind/src/VuFind/View/Helper/Root/RecordDataFormatter.php
- module/VuFind/tests/unit-tests/src/VuFindTest/View/Helper/Root/RecordDataFormatterTest.php 9 additions, 3 deletions...c/VuFindTest/View/Helper/Root/RecordDataFormatterTest.php
- themes/bootstrap3/templates/RecordDriver/SolrDefault/collection-info.phtml 2 additions, 2 deletions.../templates/RecordDriver/SolrDefault/collection-info.phtml
- themes/bootstrap3/templates/RecordDriver/SolrDefault/collection-record.phtml 2 additions, 2 deletions...emplates/RecordDriver/SolrDefault/collection-record.phtml
- themes/bootstrap3/templates/RecordDriver/SolrDefault/core.phtml 2 additions, 2 deletions.../bootstrap3/templates/RecordDriver/SolrDefault/core.phtml
- themes/bootstrap3/templates/RecordDriver/SolrDefault/data-authors.phtml 8 additions, 6 deletions...ap3/templates/RecordDriver/SolrDefault/data-authors.phtml
- themes/bootstrap3/templates/RecordTab/description.phtml 2 additions, 2 deletionsthemes/bootstrap3/templates/RecordTab/description.phtml
Please register or sign in to comment