You are here

BootstrapProcess.php in Express 8

File

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

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


/**
 * Defines a BootstrapProcess annotation object.
 *
 * Plugin Namespace: "Plugin/Process".
 *
 * @see \Drupal\bootstrap\Plugin\ProcessInterface
 * @see \Drupal\bootstrap\Plugin\ProcessManager
 * @see plugin_api
 *
 * @Annotation
 *
 * @ingroup plugins_process
 */
class BootstrapProcess extends PluginCallback {

}

Classes

Namesort descending Description
BootstrapProcess Defines a BootstrapProcess annotation object.