Spaces:
No application file
No application file
mautic
/
app
/bundles
/IntegrationsBundle
/Integration
/Interfaces
/ConfigFormFeatureSettingsInterface.php
declare(strict_types=1); | |
namespace Mautic\IntegrationsBundle\Integration\Interfaces; | |
interface ConfigFormFeatureSettingsInterface | |
{ | |
/** | |
* Return the name of the form type service for the feature settings. | |
*/ | |
public function getFeatureSettingsConfigFormName(): string; | |
} | |