How can I add a custom handler method to a view ?
For example, i add a custom handler in hook_views_query_alter like this:
$this->view->addHandler('page_2', 'filter', 'node__field_subsidiary', 'field_subsidiary_type_value', [], 'custom_handler_subsidiary_type');
how I manage the handler logic?
Go to Source of this post
Author Of this post: BOES
Title Of post: Add a custom handler method to a view?
Author Link: {authorlink}