You are here

SocialBaseBlock.php in Open Social 8.6

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBaseBlock Pre-processes variables for the "block" theme hook.