CountryAutocompleteController |
class |
Drupal\country\Controller |
src/Controller/CountryAutocompleteController.php |
Returns autocomplete responses for countries. |
|
|
|
CountryAutocompleteWidget |
class |
Drupal\country\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/CountryAutocompleteWidget.php |
Plugin implementation of the 'country_autocomplete' widget. |
|
|
|
CountryCodeFormatter |
class |
Drupal\country\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/CountryCodeFormatter.php |
Plugin implementation of the 'country' formatter showing the iso code. |
|
|
|
CountryDefaultFormatter |
class |
Drupal\country\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/CountryDefaultFormatter.php |
Plugin implementation of the 'country' formatter. |
|
|
|
CountryDefaultWidget |
class |
Drupal\country\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/CountryDefaultWidget.php |
Plugin implementation of the 'country_default' widget. |
|
|
|
CountryFieldManager |
class |
Drupal\country |
src/CountryFieldManager.php |
Defines a class for country field management. |
|
1 |
2 |
CountryItem |
class |
Drupal\country\Plugin\views\filter |
src/Plugin/views/filter/CountryItem.php |
Filter by country ISO2. |
|
|
|
CountryItem |
class |
Drupal\country\Plugin\views\sort |
src/Plugin/views/sort/CountryItem.php |
Sort handler for country fields. |
|
|
|
CountryItem |
class |
Drupal\country\Plugin\Field\FieldType |
src/Plugin/Field/FieldType/CountryItem.php |
Plugin implementation of the 'country' field type. |
|
|
|