You are here

SocialbaseFieldset.php in Open Social 8.3

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialbaseFieldset Pre-processes variables for the "fieldset" theme hook.