Creates a preference key for a model identifier.
Parameters
$modelIdstringrequired- The model identifier.
Source
private function createModelPreferenceKey(string $modelId): string
{
return 'model::' . $modelId;
}
Changelog
| Version | Description |
|---|---|
| 0.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.