crm_core-8.x-3.x-dev/modules/crm_core_match/src/Plugin/crm_core_match/field/EmailFieldHandler.php

modules/crm_core_match/src/Plugin/crm_core_match/field/EmailFieldHandler.php
<?php

namespace Drupal\crm_core_match\Plugin\crm_core_match\field;

use Drupal\Core\StringTranslation\StringTranslationTrait;

/**
 * Class for evaluating email fields.
 *
 * @CrmCoreMatchFieldHandler (
 *   id = "email"
 * )
 */
class EmailFieldHandler extends FieldHandlerBase {

  use StringTranslationTrait;

  /**
   * {@inheritdoc}
   */
  public function getOperators($property = 'value') {
    return [
      '=' => $this->t('Equals'),
    ];
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc