You are here

interface UnicodeCharacterPropertyInterface in Search API 8

Defines an interface for classes representing a Unicode character property.

Hierarchy

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\Resources
View source
interface UnicodeCharacterPropertyInterface {

  /**
   * Returns a regular expression matching this character class.
   *
   * @return string
   *   A PCRE regular expression.
   */
  public static function getRegularExpression();

}

Members

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