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;
    }