You are here

SocialBaseDetails.php in Open Social 8.6

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBaseDetails Pre-processes variables for the "details" theme hook.