@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | /** |
40 | 40 | * Get the application theme provider. |
41 | 41 | * |
42 | - * @return ApplicationThemeProviderInterface|null Returns the application theme provider. |
|
42 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the application theme provider. |
|
43 | 43 | */ |
44 | 44 | public function getApplicationThemeProvider(): ?ApplicationThemeProviderInterface { |
45 | 45 | return $this->getProvider(ApplicationThemeProviderInterface::class); |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | /** |
49 | 49 | * Get the breadcrumbs theme provider. |
50 | 50 | * |
51 | - * @return BreadcrumbsThemeProviderInterface|null Returns the breadcrumbs theme provider. |
|
51 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the breadcrumbs theme provider. |
|
52 | 52 | */ |
53 | 53 | public function getBreadcrumbsThemeProvider(): ?BreadcrumbsThemeProviderInterface { |
54 | 54 | return $this->getProvider(BreadcrumbsThemeProviderInterface::class); |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | /** |
58 | 58 | * Get the footer theme provider. |
59 | 59 | * |
60 | - * @return FooterThemeProviderInterface|null Returns the footer theme provider. |
|
60 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the footer theme provider. |
|
61 | 61 | */ |
62 | 62 | public function getFooterThemeProvider(): ?FooterThemeProviderInterface { |
63 | 63 | return $this->getProvider(FooterThemeProviderInterface::class); |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | /** |
67 | 67 | * Get the hook drop down theme provider. |
68 | 68 | * |
69 | - * @return HookDropDownThemeProviderInterface|null Returns the hook drop down theme provider. |
|
69 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the hook drop down theme provider. |
|
70 | 70 | */ |
71 | 71 | public function getHookDropDownThemeProvider(): ?HookDropDownThemeProviderInterface { |
72 | 72 | return $this->getProvider(HookDropDownThemeProviderInterface::class); |
@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | /** |
76 | 76 | * Get the navigation theme provider. |
77 | 77 | * |
78 | - * @return NavigationThemeProviderInterface|null Returns the navigation theme provider. |
|
78 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the navigation theme provider. |
|
79 | 79 | */ |
80 | 80 | public function getNavigationThemeProvider(): ?NavigationThemeProviderInterface { |
81 | 81 | return $this->getProvider(NavigationThemeProviderInterface::class); |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | /** |
85 | 85 | * Get the notifications drop down theme provider. |
86 | 86 | * |
87 | - * @return NotificationsDropDownThemeProviderInterface|null Returns the Notifications drop down theme provider. |
|
87 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the Notifications drop down theme provider. |
|
88 | 88 | */ |
89 | 89 | public function getNotificationsDropDownThemeProvider(): ?NotificationsDropDownThemeProviderInterface { |
90 | 90 | return $this->getProvider(NotificationsDropDownThemeProviderInterface::class); |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | /** |
94 | 94 | * Get the search theme provider. |
95 | 95 | * |
96 | - * @return SearchThemeProviderInterface|null Returns the search theme provider. |
|
96 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the search theme provider. |
|
97 | 97 | */ |
98 | 98 | public function getSearchThemeProvider(): ?SearchThemeProviderInterface { |
99 | 99 | return $this->getProvider(SearchThemeProviderInterface::class); |
@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | /** |
103 | 103 | * Get the tasks drop down theme provider. |
104 | 104 | * |
105 | - * @return TasksDropDownThemeProviderInterface|null Returns the tasks drop down theme provider. |
|
105 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the tasks drop down theme provider. |
|
106 | 106 | */ |
107 | 107 | public function getTasksDropDownThemeProvider(): ?TasksDropDownThemeProviderInterface { |
108 | 108 | return $this->getProvider(TasksDropDownThemeProviderInterface::class); |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | /** |
112 | 112 | * Get the user info theme provider. |
113 | 113 | * |
114 | - * @return UserInfoThemeProviderInterface|null Returns the user info theme provider. |
|
114 | + * @return null|\WBW\Bundle\CoreBundle\Provider\ProviderInterface Returns the user info theme provider. |
|
115 | 115 | */ |
116 | 116 | public function getUserInfoThemeProvider(): ?UserInfoThemeProviderInterface { |
117 | 117 | return $this->getProvider(UserInfoThemeProviderInterface::class); |