SocialBasePageTitle.php in Open Social 8.2
Same filename and directory in other branches
- 8.9 themes/socialbase/src/Plugin/Preprocess/SocialBasePageTitle.php
- 8 themes/socialbase/src/Plugin/Preprocess/SocialBasePageTitle.php
- 8.3 themes/socialbase/src/Plugin/Preprocess/SocialBasePageTitle.php
- 8.4 themes/socialbase/src/Plugin/Preprocess/SocialBasePageTitle.php
- 8.5 themes/socialbase/src/Plugin/Preprocess/SocialBasePageTitle.php
- 8.6 themes/socialbase/src/Plugin/Preprocess/SocialBasePageTitle.php
- 8.7 themes/socialbase/src/Plugin/Preprocess/SocialBasePageTitle.php
- 8.8 themes/socialbase/src/Plugin/Preprocess/SocialBasePageTitle.php
Namespace
Drupal\socialbase\Plugin\PreprocessFile
themes/socialbase/src/Plugin/Preprocess/SocialBasePageTitle.phpView source
<?php
namespace Drupal\socialbase\Plugin\Preprocess;
/**
* Pre-processes variables for the "page_title" theme hook.
*
* @ingroup plugins_preprocess
* @deprecated
* @see \Drupal\socialbase\Plugin\Preprocess\PageTitle
*/
class SocialBasePageTitle extends PageTitle {
}
Classes
Name | Description |
---|---|
SocialBasePageTitle | Pre-processes variables for the "page_title" theme hook. |