You are here

SocialBaseFieldDropdown.php in Open Social 8.6

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBaseFieldDropdown Pre-processes variables for the "dropdown" theme hook.