File tree Expand file tree Collapse file tree 8 files changed +12
-0
lines changed
Customer/Block/Adminhtml/Edit
Store/Ui/Component/Listing/Column/Store
lib/internal/Magento/Framework Expand file tree Collapse file tree 8 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1010/**
1111 * Catalog product controller
1212 * @SuppressWarnings(PHPMD.NumberOfChildren)
13+ * @api
1314 */
1415abstract class Product extends \Magento \Backend \App \Action
1516{
Original file line number Diff line number Diff line change 1111
1212/**
1313 * Final price model
14+ *
15+ * @api
1416 */
1517class FinalPrice extends AbstractPrice implements FinalPriceInterface
1618{
Original file line number Diff line number Diff line change 1010/**
1111 * Class GenericButton
1212 * @package Magento\Customer\Block\Adminhtml\Edit
13+ * @api
1314 */
1415class GenericButton
1516{
Original file line number Diff line number Diff line change 1515 * To process value retrieved from config implementation of \Magento\Payment\Gateway\Config\ValueHandlerInterface
1616 * should be used (inheritance and overriding of getValue method or introduction of new public methods
1717 * is not recommended).
18+ *
19+ * @api
1820 */
1921class Config implements ConfigInterface
2022{
Original file line number Diff line number Diff line change 1111
1212/**
1313 * Ui stores options
14+ *
15+ * @api
1416 */
1517class Options implements OptionSourceInterface
1618{
Original file line number Diff line number Diff line change 1111
1212/**
1313 * System / Cache Management / Cache type "Configuration"
14+ *
15+ * @api
1416 */
1517class Config extends TagScope implements CacheInterface
1618{
Original file line number Diff line number Diff line change 3030 *
3131 * @inheritdoc
3232 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
33+ * @api
3334 */
3435class Cli extends Console \Application
3536{
Original file line number Diff line number Diff line change 88/**
99 * Interface \Magento\Framework\Mview\ActionInterface
1010 *
11+ * @api
1112 */
1213interface ActionInterface
1314{
You can’t perform that action at this time.
0 commit comments