Neos\Flow\Persistence\RepositoryInterface::findByIdentifier PHP Method

findByIdentifier() public method

Finds an object matching the given identifier.
public findByIdentifier ( mixed $identifier ) : object
$identifier mixed The identifier of the object to find
return object The matching object if found, otherwise NULL
    public function findByIdentifier($identifier);