l = $l10nFactory->get('core'); } /** * @inheritDoc * @since 27.1.0 */ public function getName(): string { return $this->l->t('Generate headline'); } /** * @inheritDoc * @since 27.1.0 */ public function getDescription(): string { return $this->l->t('Generates a possible headline for a text.'); } } erged'>27-shared-null-storage-merged Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Controller/ApiControllerTest.php
blob: 9dd980f975f04e9a255ba207d734e2a069f73691 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43