Project

General

Profile

Actions

Feature #48538

open

Register flexform API (addFlexFormToPlugin)

Added by Felix Kopp almost 11 years ago. Updated about 8 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2013-05-26
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Registering plugins based on tt_conent became easy with the introduction of
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(…);

To register FlexForm xml files a similar easy APi should be available:

API to register plugin

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
    $_EXTKEY,
    'UniqueAction',
    'Speaking title'
);

New API to register FlexForm:

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addFlexFormToPlugin(
    $_EXTKEY,
    'UniqueAction,
    'FILE:EXT:' . $_EXTKEY . '/Configuration/FlexForms/UniqueAction.xml'
);

(Compare the complex definition within http://wiki.typo3.org/Extension_Development,_using_Flexforms#Configure_the_Extension_for_configuration_in_the_BE)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #65265: Register flexforms with ::registerPlugin()Closed2015-02-24

Actions
Actions

Also available in: Atom PDF