OEL-1213: New inline address formatter.
Created by: Maxfire
Address new formatter created to inline the field, tests also done.
Merge request reports
Activity
1 <?php 2 3 declare(strict_types = 1); 4 5 namespace Drupal\oe_whitelabel_helper\Plugin\Field\FieldFormatter; 6 7 use CommerceGuys\Addressing\Locale; 8 use Drupal\address\AddressInterface; 9 use Drupal\address\Plugin\Field\FieldFormatter\AddressDefaultFormatter; 10 use Drupal\Core\Field\FieldItemListInterface; 11 use Drupal\Core\Form\FormStateInterface; 12 use Drupal\Core\Language\LanguageInterface; 13 14 /** 15 * Format an address inline with locale format and a configurable separator. 16 *
Please register or sign in to reply