-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thao Pham
committed
Nov 19, 2019
1 parent
a72ba3e
commit 2bdeaed
Showing
69 changed files
with
4 additions
and
7,008 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,24 +5,24 @@ | |
* * See COPYING.txt for license details. | ||
* * | ||
* * @author [email protected] | ||
* * @project Banner Slider | ||
* * @project Core | ||
*/ | ||
namespace Boolfly\BannerSlider\Model\Source; | ||
namespace Boolfly\Base\Model\Source; | ||
|
||
use Magento\Eav\Model\Entity\Attribute\Source\AbstractSource; | ||
use Magento\Eav\Model\Entity\Attribute\Source\SourceInterface; | ||
use Magento\Framework\Data\OptionSourceInterface; | ||
|
||
/** | ||
* Banner status functionality model | ||
* Status functionality model | ||
* | ||
* @api | ||
* @since 100.0.2 | ||
*/ | ||
class Status extends AbstractSource implements SourceInterface, OptionSourceInterface | ||
{ | ||
/**#@+ | ||
* Banner Status values | ||
* Status values | ||
*/ | ||
const STATUS_ENABLED = 1; | ||
|
||
|
@@ -46,7 +46,6 @@ public static function getOptionArray() | |
public function getAllOptions() | ||
{ | ||
$result = []; | ||
|
||
foreach (self::getOptionArray() as $index => $value) { | ||
$result[] = ['value' => $index, 'label' => $value]; | ||
} | ||
|
45 changes: 0 additions & 45 deletions
45
app/code/Boolfly/BannerSlider/Api/BannerRepositoryInterface.php
This file was deleted.
Oops, something went wrong.
259 changes: 0 additions & 259 deletions
259
app/code/Boolfly/BannerSlider/Api/Data/BannerInterface.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.