Skip to content

Commit

Permalink
[TASK] Suggest TCA overrides for ExtensionUtility::registerPlugin()
Browse files Browse the repository at this point in the history
Resolves: #84766
Releases: master, 8.7
Change-Id: Ibcb51b2b424f556232945f95e68f0ec2bb3f6120
Reviewed-on: https://review.typo3.org/56714
Reviewed-by: Benjamin Kott <benjamin.kott@outlook.com>
Tested-by: Benjamin Kott <benjamin.kott@outlook.com>
  • Loading branch information
mbrodala authored and benjaminkott committed Apr 17, 2018
1 parent 3afcbc0 commit 197db50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typo3/sysext/extbase/Classes/Utility/ExtensionUtility.php
Expand Up @@ -104,7 +104,7 @@ public static function configurePlugin($extensionName, $pluginName, array $contr

/**
* Register an Extbase PlugIn into backend's list of plugins
* FOR USE IN ext_tables.php FILES
* FOR USE IN Configuration/TCA/Overrides/tt_content.php
*
* @param string $extensionName The extension name (in UpperCamelCase) or the extension key (in lower_underscore)
* @param string $pluginName must be a unique id for your plugin in UpperCamelCase (the string length of the extension key added to the length of the plugin name should be less than 32!)
Expand Down

0 comments on commit 197db50

Please sign in to comment.