Formattable_Filter

Formattable_Filter interface provides a single method "get_active_formatted_values".

The method is responsible for formatting the values of the filter that are currently active.

Usually this is displayed in the active filters list on the frontend.

Tags
codeCoverageIgnore
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

Table of Contents

get_active_formatted_values()  : string|array<string|int, mixed>
Get the formatted values of the filter that are currently active.

Methods

get_active_formatted_values()

Get the formatted values of the filter that are currently active.

public get_active_formatted_values() : string|array<string|int, mixed>
Return values
string|array<string|int, mixed>

Search results