We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有効にしているプラグインが動作しない場合がある 逆もあり、無効にしているプラグインが動作してしまう場合もある
無効にしているプラグインは動作しない
・Eventファイル名が同一かつ、同じイベントに対して同じメソッド名でlistenする2つのプラグインを用意する ・プラグイン1、プラグイン2の順でインストール・有効化する ・プラグイン1を無効化する
→プラグイン2が有効にも関わらずListenerが動作しない場合がある
Application.php $priorities[$handler->getPlugin()->getClassName()][$handler->getEvent()][$handler->getHandler()] = $priority;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要(Overview)
有効にしているプラグインが動作しない場合がある
逆もあり、無効にしているプラグインが動作してしまう場合もある
期待する内容(Expect) or 要望 (Requirement)
無効にしているプラグインは動作しない
再現手順(Procedure)
・Eventファイル名が同一かつ、同じイベントに対して同じメソッド名でlistenする2つのプラグインを用意する
・プラグイン1、プラグイン2の順でインストール・有効化する
・プラグイン1を無効化する
→プラグイン2が有効にも関わらずListenerが動作しない場合がある
問題箇所:
Application.php
$priorities[$handler->getPlugin()->getClassName()][$handler->getEvent()][$handler->getHandler()] = $priority;
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: