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/'
URL_OPCACHE  = 'https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Troubleshooting/PHP.html#opcode-cache-messages'

Properties

$languageService  : LanguageService

Methods

__construct()  : mixed
getCopyrightNotice()  : string
Prints TYPO3 Copyright notice for About Modules etc. modules.
getCopyrightYear()  : string
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/'

URL_OPCACHE

public mixed URL_OPCACHE = 'https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Troubleshooting/PHP.html#opcode-cache-messages'

Properties

Methods

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
string

getHtmlGeneratorTagContent()

Used for any backend rendering in the <meta generator> tag when rendering HTML.

public getHtmlGeneratorTagContent() : string
Return values
string

getInlineHeaderComment()

Used for any frontend rendering in the <head> tag when rendering HTML.

public getInlineHeaderComment() : string
Return values
string

        
On this page

Search results