Lines Matching refs:entity
325 * @param string $entity The name of the entity
332 public function addEntity(string $entity, array $tokens): static argument
339 $entityId = $entityIndex->accessCachedValue($entity);
341 $old = $this->getReverseAssignments($entity);
347 $this->saveReverseAssignments($entity, $merged);
405 * @param string $entity
411 public function getReverseAssignments(string $entity): array argument
414 $entityId = $entityIndex->accessCachedValue($entity);
429 * @param string $entity
436 protected function saveReverseAssignments(string $entity, array $data): void argument
445 $entityId = $entityIndex->accessCachedValue($entity);