forked from maffen/ext-aloha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_autoload.php
25 lines (24 loc) · 1.8 KB
/
ext_autoload.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
// DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry.
// This file was generated on 2011-10-04 12:09
$extensionPath = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('aloha');
$extensionClassesPath = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('aloha') . 'Classes/';
return array(
'tx_aloha_aloha_integration' => $extensionClassesPath . 'Aloha/Integration.php',
'tx_aloha_aloha_save' => $extensionClassesPath . 'Aloha/Save.php',
'tx_aloha_browselink_content' => $extensionClassesPath . 'BrowseLink/Content.php',
'tx_aloha_browselink_index' => $extensionClassesPath . 'BrowseLink/index.php',
'tx_aloha_hooks_adminpanel' => $extensionClassesPath . 'Hooks/Adminpanel.php',
'tx_aloha_hooks_contentpostproc' => $extensionClassesPath . 'Hooks/ContentPostProc.php',
'tx_aloha_hooks_editicons' => $extensionClassesPath . 'Hooks/EditIcons.php',
'tx_aloha_hooks_requestpreprocess_cebullets' => $extensionClassesPath . 'Hooks/RequestPreProcess/CeBullets.php',
'tx_aloha_hooks_requestpreprocess_cetable' => $extensionClassesPath . 'Hooks/RequestPreProcess/CeTable.php',
'tx_aloha_hooks_requestpreprocess_cleanup' => $extensionClassesPath . 'Hooks/RequestPreProcess/Cleanup.php',
'tx_aloha_interfaces_requestpreprocess' => $extensionClassesPath . 'Interfaces/RequestPreProcess.php',
'tx_aloha_interfaces_toolbarpostprocess' => $extensionClassesPath . 'Interfaces/ToolbarPostProcess.php',
'tx_aloha_utility_access' => $extensionClassesPath . 'Utility/Access.php',
'tx_aloha_utility_helper' => $extensionClassesPath . 'Utility/Helper.php',
'tx_aloha_utility_integration' => $extensionClassesPath . 'Utility/Integration.php',
'tx_aloha_viewhelpers_editableviewhelper' => $extensionClassesPath . 'ViewHelpers/EditableViewHelper.php',
);
?>