You are here

SocialBaseDropdown.php in Open Social 8.6

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBaseDropdown Pre-processes variables for the "bootstrap_dropdown" theme hook.