/** * Returns the list of items with invalid license. * * @return type */ public function findItemsWithInvalidLicense() { return array_merge($this->pluginService->findPluginsWithInvalidLicense(), $this->themeService->findItemsWithInvalidLicense()); }