DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

ExtensionId (eID)

The ExtensionId loader loads the classes in from the folder “Resources/Private/Php/eID/” and register the PHP files in this folder as TYPO3 eID scripts. The identifier of the eID script is the file base name. If the script file is “Register.php” you can access the script via “/?eID=Register”. Please use internally service classes to control the application.

Note

The eID script is only the “mini-bootstrap” of the eID call.