You are here

public function PhoneNumberSettingsInterface::getFieldName in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::getFieldName()
  2. 2.1.x src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::getFieldName()

Gets a field mapping.

Parameters

string $map: ID to map field name, as found in sms.phone.*.*.fields.$map.

Return value

string|null A field name, or NULL if not set.

1 method overrides PhoneNumberSettingsInterface::getFieldName()
PhoneNumberSettings::getFieldName in src/Entity/PhoneNumberSettings.php
Gets a field mapping.

File

src/Entity/PhoneNumberSettingsInterface.php, line 124

Class

PhoneNumberSettingsInterface
Interface for SMS Gateway configuration entity.

Namespace

Drupal\sms\Entity

Code

public function getFieldName($map);