DOKK / manpages / debian 12 / libdbix-class-schema-populatemore-perl / DBIx::Class::Schema::PopulateMore::Inflator::Find.3pm.en
DBIx::Class::Schema::PopulateMore::Inflator::Find(3pm) User Contributed Perl Documentation DBIx::Class::Schema::PopulateMore::Inflator::Find(3pm)

DBIx::Class::Schema::PopulateMore::Inflator::Find - Inflate via ResultSet->find

    !Find:Rating.10 => $schema->resultset('Rating')->find(10);
    !Find:Rating.[key=10] => $schema->resultset('Rating')->find(10);

Given a Source.$value, do a $schema->Resultset('Source')->find($value) and use that value. We can't find anything, throw an exception.

This class defines the following attributes.

This module defines the following methods.

This is called by Populate's dispatcher, when there is a match.

Please see DBIx::Class::Schema::PopulateMore For authorship information

Please see DBIx::Class::Schema::PopulateMore For licensing terms.

2023-01-22 perl v5.36.0