Home
last modified time | relevance | path

Searched refs:exposedTranslate (Results 1 – 2 of 2) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/Plugin/views/filter/
H A DFilterPluginBase.php914 $this->exposedTranslate($form[$operator], 'operator');
929 $this->exposedTranslate($form[$value], 'value');
1223 protected function exposedTranslate(&$form, $type) { function in Drupal\\views\\Plugin\\views\\filter\\FilterPluginBase
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/Plugin/views/filter/
H A DFilterPluginBase.php917 $this->exposedTranslate($form[$operator], 'operator');
943 $this->exposedTranslate($form[$value], 'value');
1275 protected function exposedTranslate(&$form, $type) { function in Drupal\\views\\Plugin\\views\\filter\\FilterPluginBase