addRemoteEventSection example

$this->addMessengerSection($rootNode$enableIfStandalone);
        $this->addSchedulerSection($rootNode$enableIfStandalone);
        $this->addRobotsIndexSection($rootNode);
        $this->addHttpClientSection($rootNode$enableIfStandalone);
        $this->addMailerSection($rootNode$enableIfStandalone);
        $this->addSecretsSection($rootNode);
        $this->addNotifierSection($rootNode$enableIfStandalone);
        $this->addRateLimiterSection($rootNode$enableIfStandalone);
        $this->addUidSection($rootNode$enableIfStandalone);
        $this->addHtmlSanitizerSection($rootNode$enableIfStandalone);
        $this->addWebhookSection($rootNode$enableIfStandalone);
        $this->addRemoteEventSection($rootNode$enableIfStandalone);

        return $treeBuilder;
    }

    private function addSecretsSection(ArrayNodeDefinition $rootNode): void
    {
        $rootNode
            ->children()
                ->arrayNode('secrets')
                    ->canBeDisabled()
                    ->children()
                        
Home | Imprint | This part of the site doesn't use cookies.