preprocess-2.0.0/src/PreprocessPluginBase.php
src/PreprocessPluginBase.php
<?php
namespace Drupal\preprocess;
use Drupal\Core\Plugin\PluginBase;
/**
* Base class for preprocess plugins.
*
* @package Drupal\preprocess
*/
abstract class PreprocessPluginBase extends PluginBase implements PreprocessInterface {}
