Configuration API

In order to access the extension configuration, a slim PHP API exists. Each configuration option is accessible by an appropriate class method.

class EliasHaeussler\Typo3FormConsent\Configuration\Configuration

API to access all available extension configuration options.

getExcludedElementsFromPersistence()

Get all form element types that are excluded from persistence.

Return type

list<string>

See also

View the sources on GitHub: