You are here

BootstrapLayoutsHandler.php in Bootstrap Layouts 8.4

Same filename and directory in other branches
  1. 8.5 src/Annotation/BootstrapLayoutsHandler.php

File

src/Annotation/BootstrapLayoutsHandler.php
View source
<?php

namespace Drupal\bootstrap_layouts\Annotation;

use Drupal\Component\Annotation\PluginID;

/**
 * Defines a BootstrapLayoutsHandler annotation object.
 *
 * @Annotation
 */
class BootstrapLayoutsHandler extends PluginID {

}

Classes

Namesort descending Description
BootstrapLayoutsHandler Defines a BootstrapLayoutsHandler annotation object.