'show', ], // An array of non-cachable controller-action-combinations (they must already be enabled) [ \SJBR\SrFreecap\Controller\ImageGeneratorController::class => 'show', ] ); // Configuring the audio captcha player \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( // The extension name (in UpperCamelCase) or the extension key (in lower_underscore) $extensionName, // A unique name of the plugin in UpperCamelCase 'AudioPlayer', // An array holding the controller-action-combinations that are accessible [ // The first controller and its first action will be the default \SJBR\SrFreecap\Controller\AudioPlayerController::class => 'play', ], // An array of non-cachable controller-action-combinations (they must already be enabled) [ \SJBR\SrFreecap\Controller\AudioPlayerController::class => 'play', ] ); }, 'sr_freecap' );