You are here

SocialBaseActivity.php in Open Social 8.6

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBaseActivity Pre-processes variables for the "activity" theme hook.