Carbon_Fields\Datastore\Term_Meta_Datastore::get_id PHP Method

get_id() public method

Retrieve the term ID of the datastore.
public get_id ( ) : integer
return integer ID of the term.
    public function get_id()
    {
        return $this->term_id;
    }