Bluz\Crud\Table::getPrimaryKey PHP Method

getPrimaryKey() public method

Get primary key
public getPrimaryKey ( ) : array
return array
    public function getPrimaryKey()
    {
        return $this->getTable()->getPrimaryKey();
    }