Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コントローラー内から NodeType 情報を取得するにはどうすればよいですか? たとえば、アクセス権を確認するには?
それがあなたが求めているものかどうかわかりません:
次のように、コントローラー内のノード プロパティにアクセスできます (拡張機能など)。
$myOwnProperty = $this->request->getInternalArgument('__myOwnProperty');
Configuration\Settings.yaml の nodetype に対して「myOwnProperty」を定義する必要があります。
内部引数は、プロパティ名の前に 2 つのアンダースコアを取得します。