Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
MassactionKey.php
Go to the documentation of this file.
1 <?php
9 
12 
14 {
25  {
26  $key = $request->getPost('massaction_prepare_key');
27  if ($key) {
28  $postData = $request->getPost($key);
29  $value = is_array($postData) ? $postData : explode(',', $postData);
30  $request->setPostValue($key, $value ? $value : null);
31  }
32  }
33 }
beforeDispatch(AbstractAction $subject, RequestInterface $request)
$value
Definition: gender.phtml:16