Views Handler

02
Jun

Drupal Views Custom Filter Handler

02 Jun
As I wrote in the previous article where we've created a custom Views Field Handler, now it`s time to create a custom Filter Handler for Views. As for the field handler we will create a custom module which will include the following:

1. In the .info file we shoul add:



2. In the example.module the hook_views_api() must be added.

Continue Reading...
05
May

Drupal Views Handler integration with Views Aggregator

05 May
Drupal Views Handler allows you to bring data from other database tables without needing a relationship. In this article we will build a handler that counts a query result that afterwards will be integrated with Views Aggregation to obtain a total.

In order to build a View Handler, first you need to build a custom module. Into the .info file you should add the following.



In the example.module the hook_views_api() must be added.
Continue Reading...
Subscribe to RSS - Views Handler