© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
F
Filament
•
3y ago
•
4 replies
malebestia.
Call to undefined method Modules\MyModule\Filament\Resources\QuestionChartResource::getUrl()
Hello everyone
,
inside a RelationManager
, in my table
, I inserted the following custom action
:
-
>actions
(
[
Tables
\Actions
\
E
d
i
t
A
c
t
i
o
n
:
:make
(
)
,
Tables
\Actions
\
A
c
t
i
o
n
:
:make
(
'regenImg2
'
)
-
>label
(
'regenerate2
'
)
-
>icon
(
'heroicon
-o
-arrow
-path
'
)
-
>url
(fn
(
$record
)
: string
=
>
Q
u
e
s
t
i
o
n
C
h
a
r
t
R
e
s
o
u
r
c
e
:
:getUrl
(
'regen
-img
-2
'
,
[
'record
'
=
>
$record
,
.
.
.
s
e
l
f
:
:
$route
_params
]
)
)
,
]
)
as per this paragraph
,
https://filamentphp.com/docs/3.x/panels/resources/getting-started#generating-urls-to-resource-pages
but it gives me the error
"Call to undefined method Modules
\MyModule
\Filament
\Resources
\
Q
u
e
s
t
i
o
n
C
h
a
r
t
R
e
s
o
u
r
c
e
:
:getUrl
(
)
"
suggestions on what I
'm doing wrong
?
Thanks in advance
Getting started - Panel Builder - Filament
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Call to undefined method Filament\Resources\Pages\PageRegistration::shouldRegisterNavigation()
F
Filament / ❓┊help
3y ago
Call to undefined method Filament\FilamentManager::getFontWeights()
F
Filament / ❓┊help
3y ago
Call to undefined method Filament\Notifications\DatabaseNotification::toArray()
F
Filament / ❓┊help
2y ago
Call to undefined method Staudenmeir
F
Filament / ❓┊help
3y ago