You are here

SocialBaseViewsExposedForm.php in Open Social 8.6

File

themes/socialbase/src/Plugin/Preprocess/SocialBaseViewsExposedForm.php
View source
<?php

namespace Drupal\socialbase\Plugin\Preprocess;


/**
 * Pre-processes variables for the "views_exposed_form" theme hook.
 *
 * @ingroup plugins_preprocess
 * @deprecated
 * @see \Drupal\socialbase\Plugin\Preprocess\ViewsExposedForm
 */
class SocialBaseViewsExposedForm extends ViewsExposedForm {

}

Classes

Namesort descending Description
SocialBaseViewsExposedForm Pre-processes variables for the "views_exposed_form" theme hook.