.. include:: /Includes.rst.txt .. _configuration-api: ================= Configuration API ================= In order to access the :ref:`extension configuration `, a slim PHP API exists. Each configuration option is accessible by an appropriate class method. .. php:namespace:: EliasHaeussler\Typo3FormConsent\Configuration .. php:class:: Configuration API to access all available extension configuration options. .. php:method:: getExcludedElementsFromPersistence() Get all form element types that are excluded from persistence. :returntype: :php:`list` .. seealso:: View the sources on GitHub: - `Configuration `__