TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rtehtmlarea\Hook\StatusReportConflictsCheckHook Class Reference
Inheritance diagram for TYPO3\CMS\Rtehtmlarea\Hook\StatusReportConflictsCheckHook:
TYPO3\CMS\Reports\StatusProviderInterface tx_rtehtmlarea_statusReport_conflictsCheck

Public Member Functions

 getStatus ()
 

Protected Member Functions

 checkIfNoConflictingExtensionIsInstalled ()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Hook into the backend module "Reports" checking whether there are extensions installed that conflicting with htmlArea RTE

Definition at line 19 of file StatusReportConflictsCheckHook.php.

Member Function Documentation

◆ checkIfNoConflictingExtensionIsInstalled()

TYPO3\CMS\Rtehtmlarea\Hook\StatusReportConflictsCheckHook::checkIfNoConflictingExtensionIsInstalled ( )
protected

◆ getStatus()

TYPO3\CMS\Rtehtmlarea\Hook\StatusReportConflictsCheckHook::getStatus ( )

Compiles a collection of system status checks as a status report.

Returns
array List of statuses

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 26 of file StatusReportConflictsCheckHook.php.

References TYPO3\CMS\Rtehtmlarea\Hook\StatusReportConflictsCheckHook\checkIfNoConflictingExtensionIsInstalled().