SU-SWS/stanford_profile_helper

View on GitHub
src/Plugin/Derivative/ReactBlockDeriver.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Drupal\stanford_profile_helper\Plugin\Derivative;

use Drupal\pdb\Plugin\Derivative\PdbBlockDeriver;

/**
 * Derives block plugin definitions for all PDB components.
 */
class ReactBlockDeriver extends PdbBlockDeriver {

}