mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Add AppMetadata API
- Load base app medata - Optionally pre-load module metadata - Add module metadata api -- Load base module metadata -- Load recently viewed
This commit is contained in:
parent
f5b5942412
commit
b534e4f909
16 changed files with 1740 additions and 1 deletions
|
@ -100,4 +100,16 @@ class ThemeImages
|
|||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function toArray(): array
|
||||
{
|
||||
return [
|
||||
'id' => $this->getId(),
|
||||
'_id' => $this->getId(),
|
||||
'items' => $this->getItems(),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue