Typo3Information
Contains information and links, or copyright information for the project.
Table of Contents
Constants
- URL_COMMUNITY = 'https://typo3.org/'
 - URL_DONATE = 'https://typo3.org/community/contribute/donate/'
 - URL_EXCEPTION = 'https://typo3.org/go/exception/CMS/'
 - URL_LICENSE = 'https://typo3.org/project/licenses/'
 
Properties
Methods
- __construct() : mixed
 - getCopyrightNotice() : string
 - Prints TYPO3 Copyright notice for About Modules etc. modules.
 - getCopyrightYear() : string
 - getDocsLink() : string
 - Returns a permalink to https://docs.typo3.org/ with appended version information of the currently used TYPO3 version.
 - getHtmlGeneratorTagContent() : string
 - Used for any backend rendering in the <meta generator> tag when rendering HTML.
 - getInlineHeaderComment() : string
 - Used for any frontend rendering in the <head> tag when rendering HTML.
 
Constants
URL_COMMUNITY
    public
        mixed
    URL_COMMUNITY
    = 'https://typo3.org/'
    
    
    
    
URL_DONATE
    public
        mixed
    URL_DONATE
    = 'https://typo3.org/community/contribute/donate/'
    
    
    
    
URL_EXCEPTION
    public
        mixed
    URL_EXCEPTION
    = 'https://typo3.org/go/exception/CMS/'
    
    
    
    
URL_LICENSE
    public
        mixed
    URL_LICENSE
    = 'https://typo3.org/project/licenses/'
    
    
    
    
Properties
$languageService
        protected
            LanguageService
    $languageService
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct() : mixed
    getCopyrightNotice()
Prints TYPO3 Copyright notice for About Modules etc. modules.
    public
                    getCopyrightNotice() : string
    Warning: DO NOT prevent this notice from being shown in ANY WAY. According to the GPL license an interactive application must show such a notice on start-up ('If the program is interactive, make it output a short notice... ' - see GPL.txt) Therefore preventing this notice from being properly shown is a violation of the license, regardless of whether you remove it or use a stylesheet to obstruct the display.
Return values
string —Text/Image (HTML) for copyright notice.
getCopyrightYear()
    public
                    getCopyrightYear() : string
    Return values
stringgetDocsLink()
Returns a permalink to https://docs.typo3.org/ with appended version information of the currently used TYPO3 version.
    public
                    getDocsLink(string $identifier) : string
    For example, specifying an identifier like 't3coreapi:troubleshooting-php-troubleshooting-opcode' will return 'https://docs.typo3.org/permalink/t3coreapi:troubleshooting-php-troubleshooting-opcode@14.0'
Parameters
- $identifier : string
 
Return values
stringgetHtmlGeneratorTagContent()
Used for any backend rendering in the <meta generator> tag when rendering HTML.
    public
                    getHtmlGeneratorTagContent() : string
    Return values
stringgetInlineHeaderComment()
Used for any frontend rendering in the <head> tag when rendering HTML.
    public
                    getInlineHeaderComment() : string