Function DatabaseDriver->full_text_needs_single_key

Definitions

sources/database.php

  • Find whether full-text-search only works on tables with a single key.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether it does
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find whether full-text-search only works on tables with a single key.
 *
 * @return boolean Whether it does
 */

public function full_text_needs_single_key() : bool