SU-SWS/stanford_profile_helper

View on GitHub
modules/stanford_layout_paragraphs/src/Layouts/ThreeColumn.php

Summary

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

namespace Drupal\stanford_layout_paragraphs\Layouts;

use Drupal\Core\Layout\LayoutDefault;

/**
 * Three column layout class.
 */
class ThreeColumn extends LayoutDefault {

}