Carbon_Fields\Datastore\Term_Meta_Datastore::get_table_field_name PHP Method

get_table_field_name() public method

Retrieve the meta table field name to query by.
public get_table_field_name ( ) : string
return string
    public function get_table_field_name()
    {
        return 'term_id';
    }