l->t('External storage'); } /** * @return int whether the form should be rather on the top or bottom of * the settings navigation. The sections are arranged in ascending order of * the priority values. It is required to return a value between 0 and 99. * * E.g.: 70 */ public function getPriority() { return 10; } /** * {@inheritdoc} */ public function getIcon() { return $this->url->imagePath('files_external', 'app-dark.svg'); } } 7-fix-avatar-fed-share-receiver'>44287-fix-avatar-fed-share-receiver Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Preview/ImageTest.php
blob: f4b8e7e1dd4ae18a27936ca41f041868af3bd449 (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