Views area handlers
Handlers to tell Views what can display in header, footer and empty text in a view.
File
- handlers/
views_handler_area.inc, line 8 - Views area handlers.
Classes
Name | Location | Description |
---|---|---|
views_handler_area |
handlers/ |
Base class for area handlers. |
views_handler_area |
handlers/ |
Base class for area handlers. |
views_handler_area_broken |
handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_area_broken |
handlers/ |
A special handler to take the place of missing or broken handlers. |
views_handler_area_result |
handlers/ |
Views area handler to display some configurable result summary. |
views_handler_area_text |
handlers/ |
Views area text handler. |
views_handler_area_text_custom |
handlers/ |
Views area text custom handler. |
views_handler_area_view |
handlers/ |
Views area handlers. Insert a view inside of an area. |