You are here

class Co in Search API 8

Represents characters of the Unicode category "Co" ("Other, Private Use").

Hierarchy

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\Resources
View 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

Namesort descending Modifiers Type Description Overrides
Co::getRegularExpression public static function Returns a regular expression matching this character class. Overrides UnicodeCharacterPropertyInterface::getRegularExpression