Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions app/code/Magento/Cms/Model/ResourceModel/Block/Grid/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,6 @@ public function setAggregations($aggregations)
$this->aggregations = $aggregations;
}

/**
* Retrieve all ids for collection
* Backward compatibility with EAV collection
*
* @param int $limit
* @param int $offset
* @return array
*/
public function getAllIds($limit = null, $offset = null)
{
return $this->getConnection()->fetchCol($this->_getAllIdsSelect($limit, $offset), $this->_bindParams);
}

/**
* Get search criteria.
*
Expand Down