You are here

BootstrapLayoutsUpdate.php in Bootstrap Layouts 8.4

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

File

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

namespace Drupal\bootstrap_layouts\Annotation;

use Drupal\Component\Annotation\Plugin;

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

  /**
   * The plugin ID.
   *
   * @var string
   */
  public $id;

  /**
   * The schema number to be invoked on.
   *
   * @var int
   */
  public $schema;

}

Classes

Namesort descending Description
BootstrapLayoutsUpdate Defines a BootstrapLayoutsHandler annotation object.