Skip to content
Snippets Groups Projects
Commit 9c6616bc authored by Anton Kaplya's avatar Anton Kaplya
Browse files

MAGETWO-40131: Mass action order

parent 68761829
...@@ -57,6 +57,15 @@ abstract class AbstractGrid extends AbstractDb implements GridInterface ...@@ -57,6 +57,15 @@ abstract class AbstractGrid extends AbstractDb implements GridInterface
return $this->connection; return $this->connection;
} }
/**
* Returns grid table name
*
* @return string
*/
public function getGridTable()
{
return $this->getTable($this->gridTableName);
}
/** /**
* Purge grid row * Purge grid row
* *
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment