File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
lib/internal/Magento/Framework/App Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 7
7
*/
8
8
namespace Magento \Framework \App \Area ;
9
9
10
+ /**
11
+ * Interface FrontNameResolverInterface
12
+ * @api
13
+ */
10
14
interface FrontNameResolverInterface
11
15
{
12
16
/**
Original file line number Diff line number Diff line change 6
6
*/
7
7
namespace Magento \Framework \App ;
8
8
9
+ /**
10
+ * Interface AreaInterface
11
+ */
9
12
interface AreaInterface
10
13
{
11
14
const PART_CONFIG = 'config ' ;
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ public function __construct(
63
63
*
64
64
* @param string $frontName
65
65
* @return null|string
66
+ * @api
66
67
*/
67
68
public function getCodeByFrontName ($ frontName )
68
69
{
@@ -84,6 +85,7 @@ public function getCodeByFrontName($frontName)
84
85
*
85
86
* @param string $areaCode
86
87
* @return string
88
+ * @api
87
89
*/
88
90
public function getFrontName ($ areaCode )
89
91
{
@@ -94,6 +96,7 @@ public function getFrontName($areaCode)
94
96
* Retrieve area codes
95
97
*
96
98
* @return string[]
99
+ * @api
97
100
*/
98
101
public function getCodes ()
99
102
{
@@ -105,6 +108,7 @@ public function getCodes()
105
108
*
106
109
* @param string $areaCode
107
110
* @return string
111
+ * @api
108
112
*/
109
113
public function getDefaultRouter ($ areaCode )
110
114
{
You can’t perform that action at this time.
0 commit comments