You are here

SocialBaseFileLink.php in Open Social 8.3

File

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

namespace Drupal\socialbase\Plugin\Preprocess;


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

}

Classes

Namesort descending Description
SocialBaseFileLink Pre-processes variables for the "file_link" theme hook.