interface UnicodeCharacterPropertyInterface in Search API 8
Defines an interface for classes representing a Unicode character property.
Hierarchy
- interface \Drupal\search_api\Plugin\search_api\processor\Resources\UnicodeCharacterPropertyInterface
Expanded class hierarchy of UnicodeCharacterPropertyInterface
All classes that implement UnicodeCharacterPropertyInterface
File
- src/
Plugin/ search_api/ processor/ Resources/ UnicodeCharacterPropertyInterface.php, line 8
Namespace
Drupal\search_api\Plugin\search_api\processor\ResourcesView source
interface UnicodeCharacterPropertyInterface {
/**
* Returns a regular expression matching this character class.
*
* @return string
* A PCRE regular expression.
*/
public static function getRegularExpression();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
UnicodeCharacterPropertyInterface:: |
public static | function | Returns a regular expression matching this character class. | 20 |