Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StripNewlines.php
Go to the documentation of this file.
1 <?php
25 #require_once 'Zend/Filter/Interface.php';
26 
34 {
35 
44  public function filter ($value)
45  {
46  return str_replace(array("\n", "\r"), '', $value);
47  }
48 }
$value
Definition: gender.phtml:16