Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Mode.php
Go to the documentation of this file.
1 <?php
13 
15 {
21  public function toOptionArray()
22  {
23  return [
24  ['label' => __('Always'), 'value' => \Magento\Captcha\Helper\Data::MODE_ALWAYS],
25  [
26  'label' => __('After number of attempts to login'),
28  ]
29  ];
30  }
31 }
__()
Definition: __.php:13