yireo-training / magento2-example-plugin-inject-variables-into-block
Example Magento 2 module showing how to use an interceptor to extend Block classes
Installs: 79
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3.0
- magento/framework: ^100.1|^101.0|^102.0|^103.0
Requires (Dev)
- composer/composer: *@dev
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2025-03-19 23:09:50 UTC
README
Example Magento 2 module showing how to use an interceptor to extend Block classes
Installation
To install use the following composer command:
composer require yireo-training/magento2-example-plugin-inject-variables-into-block:dev-master
Next enable the module:
bin/magento module:enable Yireo_ExamplePluginInjectVariablesIntoBlocks
bin/magento setup:upgrade
And flush the cache:
bin/magento cache:clean
Proof of concept
The block with XML layout name absolute_footer
should be replaced with a new PHTML template that also
includes an $customer
variable.