You are here

function hook_footable_icons_alter in FooTable 7.2

Add, remove or edit FooTable icons.

@array $icons A keyed array of breakpoints. Each key represents the name of an icon.

See also

footable_icons()

1 invocation of hook_footable_icons_alter()
footable_icons in ./footable.module
Build a list of icons.

File

./footable.api.php, line 73
API documentation for FooTable module.

Code

function hook_footable_icons_alter(&$icons) {
}