Nextcloud PHP API (master)

IContentProvider

This interface defines methods to implement a content provider

Tags
since
32.0.0

Table of Contents

Methods

getAppId()  : string
The ID of the app making the provider avaialble
getId()  : string
The ID of the provider
getItemUrl()  : string
The absolute URL to the content item
triggerInitialImport()  : void
Starts the initial import of content items into context chat

Methods

getAppId()

The ID of the app making the provider avaialble

public getAppId() : string
Tags
since
32.0.0
Return values
string

getId()

The ID of the provider

public getId() : string
Tags
since
32.0.0
Return values
string

getItemUrl()

The absolute URL to the content item

public getItemUrl(string $id) : string
Parameters
$id : string
Tags
since
32.0.0
Return values
string

triggerInitialImport()

Starts the initial import of content items into context chat

public triggerInitialImport() : void
Tags
since
32.0.0

        
On this page

Search results