Grido\Components\Actions\Action::getPrimaryKey PHP Method

getPrimaryKey() public method

public getPrimaryKey ( ) : string
return string
    public function getPrimaryKey()
    {
        if ($this->primaryKey === NULL) {
            $this->primaryKey = $this->grid->getPrimaryKey();
        }
        return $this->primaryKey;
    }