interface DocumentBrowserHookInterface

Interface DocumentBrowserHookInterface

Methods

get_document_browser()

Returns a specific document browser for the requested module.

string
get_name()

Returns the name for this document browser provider.

string
get_thumbnail_url()

Returns the url of a thumbnail for this document browser provider.

bool
is_consented()

Checks whether this browser is consented.

Details

at line 20
AbstractDocumentBrowser get_document_browser()

Returns a specific document browser for the requested module.

at line 27
string get_name()

Returns the name for this document browser provider.

Return Value

string

The name of the browser provider.

at line 35
string get_thumbnail_url()

Returns the url of a thumbnail for this document browser provider.

Return Value

string

at line 42
bool is_consented()

Checks whether this browser is consented.

Return Value

bool