You are here

constant MEFIBS_VIEW_DISPLAY_PREFIX in MEFIBS - More exposed forms in blocks 8

Same name and namespace in other branches
  1. 7 mefibs.module \MEFIBS_VIEW_DISPLAY_PREFIX

General purpose prefix for mefibs forms.

2 uses of MEFIBS_VIEW_DISPLAY_PREFIX
MefibsDisplayExtender::preExecute in lib/Drupal/mefibs/Plugin/views/display_extender/MefibsDisplayExtender.php
Set up any variables on the view prior to execution.
MefibsDisplayExtender::renderExposedForm in lib/Drupal/mefibs/Plugin/views/display_extender/MefibsDisplayExtender.php
Render a mefibs form.

File

./mefibs.module, line 14
Primarily Drupal hooks and global API functions to manipulate views and to provide an additional block with an exposed filter form.

Code

define('MEFIBS_VIEW_DISPLAY_PREFIX', 'mefibs-form');