TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
// See https://github.com/TYPO3-Documentation/t3docs-codesnippets
|
||||
// ddev exec vendor/bin/typo3 restructured_api_tools:php_domain public/fileadmin/reports/Documentation/CodeSnippets/
|
||||
|
||||
return [
|
||||
[
|
||||
'action' => 'createPhpClassDocs',
|
||||
'class' => \TYPO3\CMS\Reports\StatusProviderInterface::class,
|
||||
'targetFileName' => 'Generated/StatusProviderInterface.rst.txt',
|
||||
'withCode' => false,
|
||||
],
|
||||
[
|
||||
'action' => 'createPhpClassDocs',
|
||||
'class' => \TYPO3\CMS\Reports\RequestAwareStatusProviderInterface::class,
|
||||
'targetFileName' => 'Generated/RequestAwareStatusProviderInterface.rst.txt',
|
||||
'withCode' => false,
|
||||
],
|
||||
[
|
||||
'action' => 'createPhpClassDocs',
|
||||
'class' => \TYPO3\CMS\Reports\ExtendedStatusProviderInterface::class,
|
||||
'targetFileName' => 'Generated/ExtendedStatusProviderInterface.rst.txt',
|
||||
'withCode' => false,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user