You are here

CoderPluginBase.php in Facets Pretty Paths 8

File

src/Coder/CoderPluginBase.php
View source
<?php

namespace Drupal\facets_pretty_paths\Coder;

use Drupal\facets\Processor\ProcessorPluginBase;

/**
 * A base class for plugins that implements most of the boilerplate.
 */
abstract class CoderPluginBase extends ProcessorPluginBase implements CoderInterface {

}

Classes

Namesort descending Description
CoderPluginBase A base class for plugins that implements most of the boilerplate.