class Operations in Express 8
Pre-render callback for the "operations" element type.
Plugin annotation
@BootstrapPrerender("operations",
replace = "Drupal\Core\Render\Element\Operations::preRenderDropbutton"
)
Hierarchy
- class \Drupal\bootstrap\Plugin\Prerender\PrerenderBase implements PrerenderInterface
- class \Drupal\bootstrap\Plugin\Prerender\Dropbutton
- class \Drupal\bootstrap\Plugin\Prerender\Operations
- class \Drupal\bootstrap\Plugin\Prerender\Dropbutton
Expanded class hierarchy of Operations
See also
\Drupal\bootstrap\Plugin\Prerender\Dropbutton
\Drupal\Core\Render\Element\Operations::preRenderDropbutton()
5 string references to 'Operations'
- views.view.block_content.yml in demo_express/
config/ install/ views.view.block_content.yml - demo_express/config/install/views.view.block_content.yml
- views.view.comment.yml in demo_express/
config/ install/ views.view.comment.yml - demo_express/config/install/views.view.comment.yml
- views.view.content.yml in demo_express/
config/ install/ views.view.content.yml - demo_express/config/install/views.view.content.yml
- views.view.user_admin_people.yml in demo_express/
config/ install/ views.view.user_admin_people.yml - demo_express/config/install/views.view.user_admin_people.yml
- views.view.watchdog.yml in demo_express/
config/ install/ views.view.watchdog.yml - demo_express/config/install/views.view.watchdog.yml
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Prerender/ Operations.php, line 23 - Contains \Drupal\bootstrap\Plugin\Prerender\Operations.
Namespace
Drupal\bootstrap\Plugin\PrerenderView source
class Operations extends Dropbutton {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Dropbutton:: |
public static | function |
Pre-render element callback. Overrides PrerenderBase:: |
|
PrerenderBase:: |
public static | function |
Pre-render render array element callback. Overrides PrerenderInterface:: |