EntityStorageInterface
Table of Contents
Methods
-
deleteRecords()
: array<string|int, mixed>
-
findReferences()
: array<string|int, mixed>
-
getReferenceCounts()
: array<string|int, mixed>
-
writeRecords()
: array<string|int, mixed>
deleteRecords()
public
deleteRecords(array<string|int, mixed> $records) : array<string|int, mixed>
Parameters
-
$records
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
findReferences()
public
findReferences(array<string|int, mixed> $record) : array<string|int, mixed>
Parameters
-
$record
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
getReferenceCounts()
public
getReferenceCounts(array<string|int, mixed> $record) : array<string|int, mixed>
Parameters
-
$record
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
writeRecords()
public
writeRecords(array<string|int, mixed> $records) : array<string|int, mixed>
Parameters
-
$records
: array<string|int, mixed>
-
Return values
array<string|int, mixed>