You are here

BootstrapPreprocess.php in Express 8

File

themes/contrib/bootstrap/src/Annotation/BootstrapPreprocess.php
View source
<?php

/**
 * @file
 * Contains \Drupal\bootstrap\Annotation\BootstrapPreprocess.
 */
namespace Drupal\bootstrap\Annotation;


/**
 * Defines a BootstrapPreprocess annotation object.
 *
 * Plugin Namespace: "Plugin/Preprocess".
 *
 * @see \Drupal\bootstrap\Plugin\PreprocessInterface
 * @see \Drupal\bootstrap\Plugin\PreprocessManager
 * @see plugin_api
 *
 * @Annotation
 *
 * @ingroup plugins_preprocess
 */
class BootstrapPreprocess extends PluginCallback {

}

Classes

Namesort descending Description
BootstrapPreprocess Defines a BootstrapPreprocess annotation object.