interface IntegrationInterface

Methods

string
getIntegrationName()

Returns the name of the current integration.

string
getIntegrationPackageName()

Returns the package name of the current integration.

Details

at line 23
string getIntegrationName()

Returns the name of the current integration.

This value must be the one that is sent as part of the "X-Contentful-User-Agent" header to the API.

Return Value

string

at line 31
string getIntegrationPackageName()

Returns the package name of the current integration.

This value must be the one defined in the "composer.json" file.

Return Value

string