Prerender callback for the Operations element.
public static function operations($element) { if (empty($element['#dropbutton_type'])) { $element['#dropbutton_type'] = 'extrasmall'; } return $element; }