Skip to content

Commit

Permalink
Document method
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jan 13, 2023
1 parent 6c7bc86 commit 39fc53b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ protected function getCount(int $offset = 0): int
return $this->fields->count() + $offset;
}

/** Get a collection of names for added fields that can be canonicable */
protected function availableCanonicableFieldNames(): Collection
{
return $this->fields->reject(function (PublicationFieldDefinition $field): bool {
Expand Down

0 comments on commit 39fc53b

Please sign in to comment.