class Co in Search API 8
Represents characters of the Unicode category "Co" ("Other, Private Use").
Hierarchy
- class \Drupal\search_api\Plugin\search_api\processor\Resources\Co implements UnicodeCharacterPropertyInterface
Expanded class hierarchy of Co
1 string reference to 'Co'
- IgnoreCharacterTest::ignoreCharacterSetsDataProvider in tests/
src/ Unit/ Processor/ IgnoreCharacterTest.php - Data provider for testValueConfiguration().
File
- src/
Plugin/ search_api/ processor/ Resources/ Co.php, line 8
Namespace
Drupal\search_api\Plugin\search_api\processor\ResourcesView source
class Co implements UnicodeCharacterPropertyInterface {
/**
* {@inheritdoc}
*/
public static function getRegularExpression() {
// phpcs:disable
return '\\x{E000}\\x{F8FF}\\x{F0000}\\x{FFFFD}\\x{100000}\\x{10FFFD}';
// phpcs:enable
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Co:: |
public static | function |
Returns a regular expression matching this character class. Overrides UnicodeCharacterPropertyInterface:: |