Operations.php in Express 8
Namespace
Drupal\bootstrap\Plugin\PrerenderFile
themes/contrib/bootstrap/src/Plugin/Prerender/Operations.phpView 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
Name | Description |
---|---|
Operations | Pre-render callback for the "operations" element type. |