Back to Joomla project (class list)

Class AbstractGroupButton - list of methods

The AbstractGroupButton class.

Extends

Direct known subclasses

Package: Joomla\CMS\Toolbar\Button
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Toolbar/Button/AbstractGroupButton.php
Project: Joomla

Method Summary

public static
(callable $handler)

Add children buttons as dropdown.
Parameters
  • callable $handler The callback to configure dropdown items.
Returns
  • static
Since
  • 4.0.0
Show source code of this method: configure Source Code

public \Joomla\CMS\Toolbar\Toolbar
()

Get child toolbar.
Returns
  • \Joomla\CMS\Toolbar\Toolbar Return new child Toolbar instance.
Since
  • 4.0.0
Show source code of this method: getChildToolbar Source Code

protected string
()

Get the button CSS Id.
Returns
  • string Button CSS Id
Since
  • 4.0.0
Show source code of this method: fetchId Source Code

Properties Summary

protected \Joomla\CMS\Toolbar\Toolbar
$child
The child Toolbar instance.
Since
  • 4.0.0

Tags Summary

Since
4.0.0