Skip to content

Commit dae2186

Browse files
committed
lib/internal/Magento/Framework/Option/ArrayInterface has been removed
1 parent 43499b3 commit dae2186

File tree

143 files changed

+153
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+153
-169
lines changed

app/code/Magento/AdminNotification/Model/Config/Source/Frequency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @api
1313
* @since 100.0.2
1414
*/
15-
class Frequency implements \Magento\Framework\Option\ArrayInterface
15+
class Frequency implements \Magento\Framework\Data\OptionSourceInterface
1616
{
1717
/**
1818
* @return array

app/code/Magento/AdvancedSearch/Model/Adminhtml/Search/Grid/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @api
1212
* @since 100.0.2
1313
*/
14-
class Options implements \Magento\Framework\Option\ArrayInterface
14+
class Options implements \Magento\Framework\Data\OptionSourceInterface
1515
{
1616
/**
1717
* @var \Magento\Framework\App\RequestInterface

app/code/Magento/Analytics/Model/Config/Source/Vertical.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Prepares and provides options for a selector of verticals which is located
1212
* in the corresponding configuration menu of the Admin area.
1313
*/
14-
class Vertical implements \Magento\Framework\Option\ArrayInterface
14+
class Vertical implements \Magento\Framework\Data\OptionSourceInterface
1515
{
1616
/**
1717
* The list of possible verticals.

app/code/Magento/Backup/Model/Config/Source/Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @api
1313
* @since 100.0.2
1414
*/
15-
class Type implements \Magento\Framework\Option\ArrayInterface
15+
class Type implements \Magento\Framework\Data\OptionSourceInterface
1616
{
1717
/**
1818
* Backup data

app/code/Magento/Backup/Model/Grid/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @api
1616
* @since 100.0.2
1717
*/
18-
class Options implements \Magento\Framework\Option\ArrayInterface
18+
class Options implements \Magento\Framework\Data\OptionSourceInterface
1919
{
2020
/**
2121
* @var \Magento\Backup\Helper\Data

app/code/Magento/Bundle/Model/Source/Option/Selection/Price/Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @api
1414
* @since 100.0.2
1515
*/
16-
class Type implements \Magento\Framework\Option\ArrayInterface
16+
class Type implements \Magento\Framework\Data\OptionSourceInterface
1717
{
1818
/**
1919
* @return array

app/code/Magento/Bundle/Model/Source/Option/Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818
class Type extends \Magento\Framework\Model\AbstractExtensibleModel implements
19-
\Magento\Framework\Option\ArrayInterface,
19+
\Magento\Framework\Data\OptionSourceInterface,
2020
\Magento\Bundle\Api\Data\OptionTypeInterface
2121
{
2222
/**#@+

app/code/Magento/Captcha/Model/Config/Font.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
namespace Magento\Captcha\Model\Config;
1313

14-
class Font implements \Magento\Framework\Option\ArrayInterface
14+
class Font implements \Magento\Framework\Data\OptionSourceInterface
1515
{
1616
/**
1717
* Captcha data

app/code/Magento/Captcha/Model/Config/Form/AbstractForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use Magento\Framework\App\Config\Value;
1515

16-
abstract class AbstractForm extends Value implements \Magento\Framework\Option\ArrayInterface
16+
abstract class AbstractForm extends Value implements \Magento\Framework\Data\OptionSourceInterface
1717
{
1818
/**
1919
* @var string

app/code/Magento/Captcha/Model/Config/Mode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
namespace Magento\Captcha\Model\Config;
1313

14-
class Mode implements \Magento\Framework\Option\ArrayInterface
14+
class Mode implements \Magento\Framework\Data\OptionSourceInterface
1515
{
1616
/**
1717
* Get options for captcha mode selection field

0 commit comments

Comments
 (0)