l10n = $l10nFactory->get(Application::APP_ID); } #[\Override] public function getCapabilities(): array { return [ 'client_integration' => [ 'contacts' => [ 'version' => 0.1, 'context-menu' => [ [ 'name' => $this->l10n->t('Import contacts'), 'url' => $this->url->getWebroot() . '/ocs/v2.php/apps/contacts/api/v1/import/{fileId}', 'method' => 'POST', 'mimetype_filters' => 'text/vcard', ], ], ], ], ]; } }