You are here

SocialBaseFormElementLabel.php in Open Social 8.2

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBaseFormElementLabel Pre-processes variables for the "form_element_label" theme hook.