Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
valid.php File Reference

Go to the source code of this file.

Variables

 return ['ex01--amqp'=> ['name'=> 'ex01', 'type'=> 'topic', 'connection'=> 'amqp', 'durable'=> true, 'autoDelete'=> false, 'internal'=> false, 'bindings'=> [], 'arguments'=> [],], 'ex02--amqp'=> ['name'=> 'ex02', 'type'=> 'topic', 'connection'=> 'amqp', 'durable'=> true, 'autoDelete'=> false, 'internal'=> false, 'bindings'=> [], 'arguments'=> [],], 'ex03--amqp'=> ['name'=> 'ex03', 'type'=> 'topic', 'connection'=> 'amqp', 'durable'=> false, 'autoDelete'=> true, 'internal'=> true, 'bindings'=> [], 'arguments'=> ['arg1'=> '10',],], 'ex04--amqp'=> ['name'=> 'ex04', 'type'=> 'topic', 'connection'=> 'amqp', 'durable'=> true, 'autoDelete'=> false, 'internal'=> false, 'bindings'=> ['bind01'=> ['id'=> 'bind01', 'destinationType'=> 'queue', 'destination'=> 'queue01', 'disabled'=> true, 'topic'=> 'top01', 'arguments'=> []], 'bind02'=> ['id'=> 'bind02', 'destinationType'=> 'queue', 'destination'=> 'queue01', 'disabled'=> false, 'topic'=> 'top01', 'arguments'=> ['arg01'=> 10]],], 'arguments'=> [],],]
 

Variable Documentation

◆ return

return[ 'ex01--amqp'=> [ 'name'=> 'ex01', 'type'=> 'topic', 'connection'=> 'amqp', 'durable'=> true, 'autoDelete'=> false, 'internal'=> false, 'bindings'=> [], 'arguments'=> [],], 'ex02--amqp'=> [ 'name'=> 'ex02', 'type'=> 'topic', 'connection'=> 'amqp', 'durable'=> true, 'autoDelete'=> false, 'internal'=> false, 'bindings'=> [], 'arguments'=> [],], 'ex03--amqp'=> [ 'name'=> 'ex03', 'type'=> 'topic', 'connection'=> 'amqp', 'durable'=> false, 'autoDelete'=> true, 'internal'=> true, 'bindings'=> [], 'arguments'=> [ 'arg1'=> '10',],], 'ex04--amqp'=> [ 'name'=> 'ex04', 'type'=> 'topic', 'connection'=> 'amqp', 'durable'=> true, 'autoDelete'=> false, 'internal'=> false, 'bindings'=> [ 'bind01'=> [ 'id'=> 'bind01', 'destinationType'=> 'queue', 'destination'=> 'queue01', 'disabled'=> true, 'topic'=> 'top01', 'arguments'=> []], 'bind02'=> [ 'id'=> 'bind02', 'destinationType'=> 'queue', 'destination'=> 'queue01', 'disabled'=> false, 'topic'=> 'top01', 'arguments'=> [ 'arg01'=> 10]],], 'arguments'=> [],],]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 69 of file valid.php.