Untitled
Anonymous
plain_text
08/23/2023 11:43 AM
464 B
22
Indexable
namespace Drupal\custom_filter\Plugin\views\filter;
use Drupal\views\Plugin\views\filter\InOperator;
/**
* Custom filter handler for filtering by file name.
*
* @ingroup views_filter_handlers
*
* @ViewsFilter("custom_filter_handler")
*/
class CustomFilterHandler extends InOperator {
// Methods and overrides go here.
}
Editor is loading...