eZ\Publish\Core\FieldType\Unindexed::getDefaultMatchField PHP Метод

getDefaultMatchField() публичный Метод

As field types can index multiple fields (see MapLocation field type's implementation of this interface), this method is used to define default field for matching. Default field is typically used by Field criterion.
public getDefaultMatchField ( ) : string
Результат string
    public function getDefaultMatchField()
    {
        return null;
    }