You are here

Operations.php in Express 8

File

themes/contrib/bootstrap/src/Plugin/Prerender/Operations.php
View source
<?php

/**
 * @file
 * Contains \Drupal\bootstrap\Plugin\Prerender\Operations.
 */
namespace Drupal\bootstrap\Plugin\Prerender;

use Drupal\bootstrap\Annotation\BootstrapPrerender;

/**
 * Pre-render callback for the "operations" element type.
 *
 * @ingroup plugins_prerender
 *
 * @BootstrapPrerender("operations",
 *   replace = "Drupal\Core\Render\Element\Operations::preRenderDropbutton"
 * )
 *
 * @see \Drupal\bootstrap\Plugin\Prerender\Dropbutton
 * @see \Drupal\Core\Render\Element\Operations::preRenderDropbutton()
 */
class Operations extends Dropbutton {

}

Classes

Namesort descending Description
Operations Pre-render callback for the "operations" element type.