You are here

LayoutDefault.php in Layout Plugin (obsolete, use core's Layout Discovery) 8

File

src/Plugin/Layout/LayoutDefault.php
View source
<?php

namespace Drupal\layout_plugin\Plugin\Layout;


/**
 * Provides a default class for Layout plugins.
 */
class LayoutDefault extends LayoutBase {

}

Classes

Namesort descending Description
LayoutDefault Provides a default class for Layout plugins.