SocialBaseFileLink.php in Open Social 8.9
Same filename and directory in other branches
- 8 themes/socialbase/src/Plugin/Preprocess/SocialBaseFileLink.php
- 8.2 themes/socialbase/src/Plugin/Preprocess/SocialBaseFileLink.php
- 8.3 themes/socialbase/src/Plugin/Preprocess/SocialBaseFileLink.php
- 8.4 themes/socialbase/src/Plugin/Preprocess/SocialBaseFileLink.php
- 8.5 themes/socialbase/src/Plugin/Preprocess/SocialBaseFileLink.php
- 8.6 themes/socialbase/src/Plugin/Preprocess/SocialBaseFileLink.php
- 8.7 themes/socialbase/src/Plugin/Preprocess/SocialBaseFileLink.php
- 8.8 themes/socialbase/src/Plugin/Preprocess/SocialBaseFileLink.php
Namespace
Drupal\socialbase\Plugin\PreprocessFile
themes/socialbase/src/Plugin/Preprocess/SocialBaseFileLink.phpView 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
Name | Description |
---|---|
SocialBaseFileLink | Pre-processes variables for the "file_link" theme hook. |