Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit cf74915

Browse files
authored
Merge pull request #9119 from #9119
[Imported] Update Plugin Limitations Section
2 parents 5948132 + f1f9f1d commit cf74915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guides/v2.3/extension-dev-guide/plugins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Plugins can not be used on following:
2121
* `__construct` and `__destruct`
2222
* Virtual types
2323
* Objects that are instantiated before `Magento\Framework\Interception` is bootstrapped
24+
* Objects that implement `Magento\Framework\ObjectManager\NoninterceptableInterface`
2425

2526
## Declaring a plugin
2627

0 commit comments

Comments
 (0)