You are here

Classes, traits, and interfaces in Address 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Address class Drupal\address\Element src/Element/Address.php Provides an address form element.
AddressDefaultFormatter class Drupal\address\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/AddressDefaultFormatter.php Plugin implementation of the 'address_default' formatter.
AddressDefaultFormatterTest class Drupal\Tests\address\Kernel\Formatter tests/src/Kernel/Formatter/AddressDefaultFormatterTest.php Tests the address_default formatter.
AddressDefaultWidget class Drupal\address\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/AddressDefaultWidget.php Plugin implementation of the 'address_default' widget.
AddressDefaultWidgetTest class Drupal\Tests\address\FunctionalJavascript tests/src/FunctionalJavascript/AddressDefaultWidgetTest.php Tests the default address widget.
AddressEvents final class Drupal\address\Event src/Event/AddressEvents.php Defines events for the address module. 5
AddressField class Drupal\address\Plugin\migrate\process src/Plugin/migrate/process/AddressField.php Maps D7 addressfield values to address values.
AddressField Deprecated class Drupal\address\Plugin\migrate\cckfield src/Plugin/migrate/cckfield/AddressField.php Cck migration field.
AddressField class Drupal\address\Plugin\migrate\field src/Plugin/migrate/field/AddressField.php Field migration plugin from D7 to D8. 1 2
AddressFieldBuilder class Drupal\address\Plugin\diff\Field src/Plugin/diff/Field/AddressFieldBuilder.php Plugin to compare address for address fields.
AddressFieldItemList class Drupal\address\Plugin\Field\FieldType src/Plugin/Field/FieldType/AddressFieldItemList.php Defines the 'address' field item list class.
AddressFieldTest class Drupal\Tests\address\Kernel\Plugin\migrate\field tests/src/Kernel/Plugin/migrate/field/AddressFieldTest.php Tests the address field field plugin.
AddressFormatConstraint class Drupal\address\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/AddressFormatConstraint.php Address format constraint.
AddressFormatConstraintValidator class Drupal\address\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/AddressFormatConstraintValidator.php Validates the address format constraint.
AddressFormatEvent class Drupal\address\Event src/Event/AddressFormatEvent.php Defines the address format event. 2
AddressFormatRepository class Drupal\address\Repository src/Repository/AddressFormatRepository.php Provides address formats. 2
AddressInterface interface Drupal\address src/AddressInterface.php Defines the interface for addresses. 1 3
AddressItem class Drupal\address\Plugin\Field\FieldType src/Plugin/Field/FieldType/AddressItem.php Plugin implementation of the 'address' field type.
AddressPlainFormatter class Drupal\address\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/AddressPlainFormatter.php Plugin implementation of the 'address_plain' formatter.
AddressPlainFormatterTest class Drupal\Tests\address\Kernel\Formatter tests/src/Kernel/Formatter/AddressPlainFormatterTest.php Tests the address_plain formatter.
AddressTestEventSubscriber class Drupal\address_test\EventSubscriber tests/modules/address_test/src/EventSubscriber/AddressTestEventSubscriber.php Subscribes to Address events for testing. 2
AdministrativeArea class Drupal\address\Plugin\views\filter src/Plugin/views/filter/AdministrativeArea.php Filter by administrative area.
AdministrativeAreaFilterTest class Drupal\Tests\address\Functional\Views tests/src/Functional/Views/AdministrativeAreaFilterTest.php Tests the administrative area Views filter for Address fields.
AvailableCountriesEvent class Drupal\address\Event src/Event/AvailableCountriesEvent.php Defines the available countries event. 2
AvailableCountriesTrait trait Drupal\address\Plugin\Field\FieldType src/Plugin/Field/FieldType/AvailableCountriesTrait.php Allows field types to limit the available countries.
Country class Drupal\address\Element src/Element/Country.php Provides a country form element.
Country class Drupal\address\Plugin\views\filter src/Plugin/views/filter/Country.php Filter by country. 1
Country class Drupal\address\Plugin\views\sort src/Plugin/views/sort/Country.php Sort handler for sorting by either country code or name.
Country class Drupal\address\Plugin\views\field src/Plugin/views/field/Country.php Allows the country name to be displayed instead of the country code. 1
CountryAwareInOperatorBase abstract class Drupal\address\Plugin\views\filter src/Plugin/views/filter/CountryAwareInOperatorBase.php Abstract base class for country-aware InOperator views filters. 2
CountryCode Deprecated class Drupal\address\Plugin\views\filter src/Plugin/views/filter/CountryCode.php Filter by country.
CountryCode Deprecated class Drupal\address\Plugin\views\field src/Plugin/views/field/CountryCode.php Allows the country name to be displayed instead of the country code.
CountryConstraint class Drupal\address\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/CountryConstraint.php Country constraint. 1
CountryConstraintValidator class Drupal\address\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/CountryConstraintValidator.php Validates the country constraint. 1
CountryConstraintValidatorTest class Drupal\Tests\address\Unit\Plugin\Validation\Constraint tests/src/Unit/Plugin/Validation/Constraint/CountryConstraintValidatorTest.php @coversDefaultClass \Drupal\address\Plugin\Validation\Constraint\CountryConstraintValidator @group address
CountryDefaultFormatter class Drupal\address\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/CountryDefaultFormatter.php Plugin implementation of the 'country_default' formatter.
CountryDefaultFormatterTest class Drupal\Tests\address\Kernel\Formatter tests/src/Kernel/Formatter/CountryDefaultFormatterTest.php Tests the address_country_default formatter.
CountryDefaultWidget class Drupal\address\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/CountryDefaultWidget.php Plugin implementation of the 'address_country_default' widget.
CountryItem class Drupal\address\Plugin\Field\FieldType src/Plugin/Field/FieldType/CountryItem.php Plugin implementation of the 'address_country' field type.
CountryNameTokenTest class Drupal\Tests\address\Kernel tests/src/Kernel/CountryNameTokenTest.php Tests the country name token.
CountryRepository class Drupal\address\Repository src/Repository/CountryRepository.php Defines the country repository. 2
CountrySortTest class Drupal\Tests\address\Functional\Views tests/src/Functional/Views/CountrySortTest.php Tests sorting Views by country.
DefaultValueTest class Drupal\Tests\address\FunctionalJavascript tests/src/FunctionalJavascript/DefaultValueTest.php Tests the default value handling in a complex ajax form.
DefaultValueTestForm class Drupal\address_test\Form tests/modules/address_test/src/Form/DefaultValueTestForm.php Used to test the address default value handling inside complex ajax forms. 1
FieldHelper class Drupal\address src/FieldHelper.php Provides property names and autocomplete attributes for AddressField values. 5
FormatterTestBase abstract class Drupal\Tests\address\Kernel\Formatter tests/src/Kernel/Formatter/FormatterTestBase.php Provides a base test for kernel formatter tests. 3
GreatBritainEventSubscriber class Drupal\address_test\EventSubscriber tests/modules/address_test/src/EventSubscriber/GreatBritainEventSubscriber.php Adds a county field and a predefined list of counties for Great Britain. 2
InitialValuesEvent Deprecated class Drupal\address\Event src/Event/InitialValuesEvent.php Defines the initial values event.
LabelHelper class Drupal\address src/LabelHelper.php Provides translated labels for the library enums. 6
Subdivision class Drupal\address\Plugin\views\field src/Plugin/views/field/Subdivision.php Displays the subdivision.

Pages

Other projects