You are here

SocialBaseField.php in Open Social 8.3

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBaseField Pre-processes variables for the "field" theme hook.