Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / src / Annotation / PluginCallback.php
index 8878c921c213e89c12cabe6bb8796fffc62b97f0..48772cef3231780cac933f041d2f65cee0b2a438 100644 (file)
@@ -1,8 +1,4 @@
 <?php
-/**
- * @file
- * Contains \Drupal\bootstrap\Annotation\PluginCallback.
- */
 
 namespace Drupal\bootstrap\Annotation;
 
@@ -31,6 +27,8 @@ class PluginCallback extends PluginID {
   /**
    * Flag that determines how to add the plugin to a callback array.
    *
+   * @var \Drupal\bootstrap\Annotation\BootstrapConstant
+   *
    * Must be one of the following constants:
    *   - \Drupal\bootstrap\Bootstrap::CALLBACK_APPEND
    *   - \Drupal\bootstrap\Bootstrap::CALLBACK_PREPEND
@@ -39,8 +37,6 @@ class PluginCallback extends PluginID {
    * Use with @ BootstrapConstant annotation.
    *
    * @see \Drupal\bootstrap\Bootstrap::addCallback()
-   *
-   * @var \Drupal\bootstrap\Annotation\BootstrapConstant
    */
   public $action = Bootstrap::CALLBACK_APPEND;