octobercms / october

Self-hosted CMS platform based on the Laravel PHP Framework.
https://octobercms.com/
Other
11.01k stars 2.21k forks source link

How i can get EntryRecord october://<TYPE>@link/<REFERENCE>?<PARAM>=<VALUE> #5794

Closed uitlaber closed 5 months ago

uitlaber commented 5 months ago

How i can get EntryRecord october://TYPE>@link/<REFERENCE?=

daftspunk commented 5 months ago

This should help: https://docs.octobercms.com/3.x/markup/filter/link.html#php-interface

uitlaber commented 5 months ago

i need generate ctober://<TYPE>@link/<REFERENCE>?<PARAM>=<VALUE> like pagefinder result value

daftspunk commented 5 months ago

Here you go: https://octobercms.com/docs/api/cms/models/pagelookupitem

Some examples:

\Cms\Models\PageLookupItem::encodeSchema($type, $reference, $params = [])

\Cms\Models\PageLookupItem::encodeSchema('cms-page', 'about/home/index', ['target' => '_blank'])