provideHook('monitoring/HostActions'); $this->provideHook('monitoring/ServiceActions'); $this->provideHook('director/ImportSource', $prefix . 'Import\\ImportSourceSql'); $this->provideHook('director/ImportSource', $prefix . 'Import\\ImportSourceLdap'); $this->provideHook('director/ImportSource', $prefix . 'Import\\ImportSourceCoreApi'); $this->provideHook('director/DataType', $prefix . 'DataType\\DataTypeString'); $this->provideHook('director/DataType', $prefix . 'DataType\\DataTypeNumber'); $this->provideHook('director/DataType', $prefix . 'DataType\\DataTypeTime'); $this->provideHook('director/DataType', $prefix . 'DataType\\DataTypeDatalist'); $this->provideHook('director/DataType', $prefix . 'DataType\\DataTypeSqlQuery'); $this->provideHook('director/PropertyModifier', $prefix . 'DataType\\PropertyModifierLowercase'); $this->provideHook('director/PropertyModifier', $prefix . 'DataType\\PropertyModifierRegexReplace'); $this->provideHook('director/PropertyModifier', $prefix . 'DataType\\PropertyModifierReplace'); $this->provideHook('director/PropertyModifier', $prefix . 'DataType\\PropertyModifierStripDomain'); $this->provideHook('director/PropertyModifier', $prefix . 'DataType\\PropertyModifierSubstring'); $this->provideHook('director/PropertyModifier', $prefix . 'DataType\\PropertyModifierUppercase');