You are here

SocialBasePage.php in Open Social 8.8

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBasePage Pre-processes variables for the "page" theme hook.