Class EntryEventType
Extends EventType
Properties
section
entryType
public EntryType $entryType
Methods
discoverTypes
Returns instances of this type.
public static discoverTypes(): array<string,EventType>
displayName
public displayName(): string
pluralDisplayName
public pluralDisplayName(): string
find
Returns a query for elements of this type.
public find(): EntryQuery
getCpUrl
public getCpUrl(): string
getActionUrl
public getActionUrl(): string
canView
public canView(User $user): bool
canViewPeers
public canViewPeers(User $user): bool
canCreate
public canCreate(User $user): bool
canDelete
public canDelete(User $user): bool