mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
clean hook
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@185 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
cd37a236d1
commit
20e9858972
@ -81,10 +81,6 @@ function plugin_init_example() {
|
|||||||
// Change entity
|
// Change entity
|
||||||
//$PLUGIN_HOOKS['change_entity']['example'] = 'plugin_change_entity_example';
|
//$PLUGIN_HOOKS['change_entity']['example'] = 'plugin_change_entity_example';
|
||||||
|
|
||||||
// Onglets management
|
|
||||||
$PLUGIN_HOOKS['headings']['example'] = 'plugin_get_headings_example';
|
|
||||||
$PLUGIN_HOOKS['headings_action']['example'] = 'plugin_headings_actions_example';
|
|
||||||
|
|
||||||
// Item action event // See define.php for defined ITEM_TYPE
|
// Item action event // See define.php for defined ITEM_TYPE
|
||||||
$PLUGIN_HOOKS['pre_item_update']['example'] = array('Computer' => 'plugin_pre_item_update_example');
|
$PLUGIN_HOOKS['pre_item_update']['example'] = array('Computer' => 'plugin_pre_item_update_example');
|
||||||
$PLUGIN_HOOKS['item_update']['example'] = array('Computer' => 'plugin_item_update_example');
|
$PLUGIN_HOOKS['item_update']['example'] = array('Computer' => 'plugin_item_update_example');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user