Page MenuHomec4science

DiffusionRepositoryManagementIntegrationsPanelGroup.php
No OneTemporary

File Metadata

Created
Sun, Aug 3, 16:34

DiffusionRepositoryManagementIntegrationsPanelGroup.php

<?php
final class DiffusionRepositoryManagementIntegrationsPanelGroup
extends DiffusionRepositoryManagementPanelGroup {
const PANELGROUPKEY = 'integrations';
// c4science customization
public function allowAccess() {
return true;
}
public function getManagementPanelGroupLabel() {
return pht('Integrations');
}
public function getManagementPanelGroupOrder() {
return 4000;
}
}

Event Timeline