Jump to content

Pages: array_filter in block


Go to solution Solved by bfarber,

Recommended Posts

Is there a way to use something like array_filter in a template of a block? I get an error with "unexpected $return" when using a callback.

{{ $published = array_filter($records, function($row){ return ($row->fieldValues()['field_8'] == 0); }) ;  }}

Actually, I want to use it to filter the database index template. But I guess I will get the same error there, too.

Edited by Hatsu
Link to comment
Share on other sites

Thank you for your answer. Yes it was. But I got it working finally and forgot about this question.

Unfortunately, it couldn't solve my underlying problem (filter custom database entries for a custom field value). I had to create a plugin.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...