Skip to content

Commit 2f2a71b

Browse files
author
Dale Sikkema
committed
Merge branch 'MAGETWO-32624' of https://github.corp.ebay.com/magento-extensibility/magento2ce into MAGETWO-32624
2 parents f9cb012 + d4ca5b8 commit 2f2a71b

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

lib/internal/Magento/Framework/App/Area/FrontNameResolverInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
*/
88
namespace Magento\Framework\App\Area;
99

10+
/**
11+
* Interface FrontNameResolverInterface
12+
* @api
13+
*/
1014
interface FrontNameResolverInterface
1115
{
1216
/**

lib/internal/Magento/Framework/App/AreaInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*/
77
namespace Magento\Framework\App;
88

9+
/**
10+
* Interface AreaInterface
11+
*/
912
interface AreaInterface
1013
{
1114
const PART_CONFIG = 'config';

lib/internal/Magento/Framework/App/AreaList.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public function __construct(
6363
*
6464
* @param string $frontName
6565
* @return null|string
66+
* @api
6667
*/
6768
public function getCodeByFrontName($frontName)
6869
{
@@ -84,6 +85,7 @@ public function getCodeByFrontName($frontName)
8485
*
8586
* @param string $areaCode
8687
* @return string
88+
* @api
8789
*/
8890
public function getFrontName($areaCode)
8991
{
@@ -94,6 +96,7 @@ public function getFrontName($areaCode)
9496
* Retrieve area codes
9597
*
9698
* @return string[]
99+
* @api
97100
*/
98101
public function getCodes()
99102
{
@@ -105,6 +108,7 @@ public function getCodes()
105108
*
106109
* @param string $areaCode
107110
* @return string
111+
* @api
108112
*/
109113
public function getDefaultRouter($areaCode)
110114
{

0 commit comments

Comments
 (0)