Skip to content
Snippets Groups Projects
Commit b2837569 authored by Ingmar Schlecht's avatar Ingmar Schlecht Committed by Susanne Moog
Browse files

[FEATURE] Add method findAll() to record collection repository

Change-Id: I44a58bdedc8be3a9be68af7d636f44628d014fce
Resolves: #36835
Releases: 6.0
Reviewed-on: http://review.typo3.org/10994
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader
parent 62dabfe1
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,15 @@ class t3lib_collection_RecordCollectionRepository {
return $result;
}
/**
* Finds all record collections.
*
* @return NULL|t3lib_collection_AbstractRecordCollection[]
*/
public function findAll() {
return $this->queryMultipleRecords();
}
/**
* Finds record collections by table name.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment