Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
magento2-base
dev
tests
integration
_files
Magento
TestModuleExtensionAttributes
Api
Data
FakeAttributeMetadataInterface.php
Go to the documentation of this file.
1
<?php
6
declare(strict_types=1);
7
8
namespace
Magento\TestModuleExtensionAttributes\Api\Data
;
9
13
interface
FakeAttributeMetadataInterface
extends
\Magento\Framework\Api\MetadataObjectInterface
14
{
18
const
ATTRIBUTE_CODE
=
'attribute_code'
;
19
const
STORE_LABEL
=
'store_label'
;
20
const
FRONTEND_LABEL
=
'frontend_label'
;
21
const
NOTE
=
'note'
;
29
public
function
getStoreLabel
();
30
37
public
function
setStoreLabel
($storeLabel);
38
44
public
function
getFrontendLabel
();
45
52
public
function
setFrontendLabel
($frontendLabel);
53
59
public
function
getNote
();
60
67
public
function
setNote
(
$note
);
68
}
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\setFrontendLabel
setFrontendLabel($frontendLabel)
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\setNote
setNote($note)
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\STORE_LABEL
const STORE_LABEL
Definition:
FakeAttributeMetadataInterface.php:19
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\FRONTEND_LABEL
const FRONTEND_LABEL
Definition:
FakeAttributeMetadataInterface.php:20
Magento\Framework\Api\MetadataObjectInterface
Definition:
MetadataObjectInterface.php:15
Magento\TestModuleExtensionAttributes\Api\Data
Definition:
FakeAddressInterface.php:9
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\getNote
getNote()
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface
Definition:
FakeAttributeMetadataInterface.php:13
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\ATTRIBUTE_CODE
const ATTRIBUTE_CODE
Definition:
FakeAttributeMetadataInterface.php:18
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\setStoreLabel
setStoreLabel($storeLabel)
$note
$note
Definition:
element.phtml:13
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\getStoreLabel
getStoreLabel()
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\NOTE
const NOTE
Definition:
FakeAttributeMetadataInterface.php:21
Magento\TestModuleExtensionAttributes\Api\Data\FakeAttributeMetadataInterface\getFrontendLabel
getFrontendLabel()