You are here

SocialbaseContainer.php in Open Social 8.6

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialbaseContainer Pre-processes variables for the "container" theme hook.