Problem/Motivation
BlockPluginInterface
defines build()
method that is supposed to return an array.
However, ViewsExposedFilterBlock
returns NULL when a view does not have exposed filters.
Proposed resolution
Return empty array instead of NULL in ViewsExposedFilterBlock
.