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