Actions
Task #93425
closedAdapt for upcoming Symfony 5.3 console.command DI properties: description and hidden
Start date:
2021-02-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
See https://github.com/symfony/symfony/pull/39851
Example of new possible syntax as of symfony 5.3:
TYPO3\CMS\Core\Command\ExtensionListCommand:
tags:
- name: 'console.command'
command: 'extension:list'
description: 'Shows the list of extensions available to the system'
hidden: false
schedulable: false
Updated by Benjamin Franzke almost 4 years ago
- Related to Feature #93174: Command list unavailable, when command creation with container fails added
Updated by Gerrit Code Review almost 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67639
Updated by Gerrit Code Review almost 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/67600
Updated by Benjamin Franzke almost 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 72c01923a60e058dfb16dfe792b04f74b3373ad8.
Actions