Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.45 KB | None | 0 0
  1.     public function getDefaultValues()
  2.     {
  3.         $parameters['filters'] = [
  4.                 [
  5.                     'field'    => 'parent',
  6.                     'operator' => Operators::IS_NOT_EMPTY,
  7.                     'value'    => true,
  8.                 ],
  9.             ],
  10.             'structure' => [
  11.                 'scope' => "ta_channel",
  12.                 'locales' => "ta_locale"
  13.             ]
  14.         ];
  15.  
  16.         return $parameters;
  17.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement