2017 © Pedro Peláez
 

magento2-module magento2-example-simple-extension-attributes

Example module demonstrating usage of extension attributes (and tests)

image

yireo-training/magento2-example-simple-extension-attributes

Example module demonstrating usage of extension attributes (and tests)

  • Thursday, July 5, 2018
  • by yireo-training
  • Repository
  • 2 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Example Simple Extension Attributes

An example of how to create Extension Attributes. The file extension_attributes.xml lists some new attributes that are added as plain text values. Next, a Plugin is used to add the attributes to the repository input and output. Values are stored in a separate table (see the Setup class). There is a CLI command as a proof of concept., (*1)

Installation

composer require yireo-training/magento2-example-simple-extension-attributes:dev-master

The Versions

05/07 2018

dev-master

9999999-dev

Example module demonstrating usage of extension attributes (and tests)

  Sources   Download

OSL-3.0

The Requires

  • magento/framework *
  • magento/module-store ^100.1|^101.0|^102.0
  • php >=7.0.0
  • magento/module-catalog ^100.1|^101.0|^102.0

 

The Development Requires

by Jisse Reitsma (Yireo)

composer-installer magento