
| Current Path : /var/www/html/store/web/modules/contrib/address/src/Plugin/views/filter/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store/web/modules/contrib/address/src/Plugin/views/filter/CountryCode.php |
<?php
namespace Drupal\address\Plugin\views\filter;
/**
* Filter by country.
*
* @ingroup views_filter_handlers
*
* @ViewsFilter("country_code")
*
* @deprecated in address:8.x-1.5 and is removed from address:8.x-2.0. Use the
* Country plugin instead.
*
* @see https://www.drupal.org/project/address/issues/3034122
*/
class CountryCode extends Country {}