NavigationLink
class NavigationLink extends Component (View source)
Methods
static NavigationLink
make()
No description
withAttributes(array $attributes)
No description
title(Stringable|string $title)
No description
forRoute(string $route, array $routeArguments = [])
No description
array
getRouteArguments()
No description
bool
shouldShow()
No description
doNotAddSelfAsFirstChild(bool $doNotAddSelfAsFirstChild = true)
No description
forModule(string $module, string|null $action = null)
No description
forSingleton(string $module)
No description
toExternalUrl(string $href)
No description
setChildren(array $links)
No description
shouldOpenInNewWindow(bool $shouldOpenInNewWindow = true)
No description
array
getChildren()
No description
string
getModuleRoute(string $moduleName, string|null $action = null)
No description
string|null
getRoute()
No description
string
getHref()
No description
bool
isActive()
No description
string
getTitle()
No description
bool
hasActiveChild()
No description
bool
isTargetBlank()
No description
View
render(string $class = 'header__item')
No description
Details
static NavigationLink
make()
No description
NavigationLink
onlyWhen(Closure $closure)
No description
NavigationLink
withAttributes(array $attributes)
No description
NavigationLink
title(Stringable|string $title)
No description
NavigationLink
forRoute(string $route, array $routeArguments = [])
No description
array
getRouteArguments()
No description
bool
shouldShow()
No description
NavigationLink
doNotAddSelfAsFirstChild(bool $doNotAddSelfAsFirstChild = true)
No description
NavigationLink
forModule(string $module, string|null $action = null)
No description
NavigationLink
forSingleton(string $module)
No description
NavigationLink
toExternalUrl(string $href)
No description
NavigationLink
setChildren(array $links)
No description
NavigationLink
shouldOpenInNewWindow(bool $shouldOpenInNewWindow = true)
No description
array
getChildren()
No description
protected string
getModuleRoute(string $moduleName, string|null $action = null)
No description
protected string|null
getRoute()
No description
protected string
getHref()
No description
bool
isActive()
No description
string
getTitle()
No description
protected bool
hasActiveChild()
No description
protected bool
isTargetBlank()
No description
View
render(string $class = 'header__item')
No description