You are here

SocialBaseImageWidget.php in Open Social 8.5

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialbaseImageWidget Pre-processes variables for the "image_widget" theme hook.