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

Commit f1f9f1d

Browse files
authored
Update Plugin Limitations Section
1 parent fd91075 commit f1f9f1d

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)