Function AbstractNotPartitionedDatabase->getIndexDefinition

Definitions

sources/isocodes/vendor/sokil/php-isocodes/src/AbstractNotPartitionedDatabase.php

  • List of entry fields to be indexed and searched.May be override in child classes to search by indexed fields.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • Type: mixed[]
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * List of entry fields to be indexed and searched.May be override in child classes to search by indexed fields.
 *
 * @return mixed[]
 */

protected function getIndexDefinition() : array