You are here

SocialBaseInputButton.php in Open Social 8.2

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBaseInputButton Pre-processes variables for the "input__button" theme hook.