class Zl in Search API 8
Represents characters of the Unicode category "Zl" ("Separator, Line").
Hierarchy
- class \Drupal\search_api\Plugin\search_api\processor\Resources\Zl implements UnicodeCharacterPropertyInterface
Expanded class hierarchy of Zl
File
- src/
Plugin/ search_api/ processor/ Resources/ Zl.php, line 8
Namespace
Drupal\search_api\Plugin\search_api\processor\ResourcesView source
class Zl implements UnicodeCharacterPropertyInterface {
/**
* {@inheritdoc}
*/
public static function getRegularExpression() {
// phpcs:disable
return '\\x{2028}';
// phpcs:enable
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Zl:: |
public static | function |
Returns a regular expression matching this character class. Overrides UnicodeCharacterPropertyInterface:: |