Untitled
unknown
plain_text
2 years ago
346 B
6
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...