RelationshipType : string

Internal

This is an experimental implementation and might change until TYPO3 v13 LTS

Table of Contents

Cases

List  = 'list'
ManyToMany  = 'mm'
ManyToOne  = 'n:1'
OneToMany  = '1:n'
OneToOne  = '1:1'
Undefined  = ''

Methods

fromTcaConfiguration()  : self
hasMany()  : bool
hasOne()  : bool
isSingularRelationship()  : bool

Cases

Methods

fromTcaConfiguration()

public static fromTcaConfiguration(array<string|int, mixed> $configuration) : self
Parameters
$configuration : array<string|int, mixed>
Return values
self

hasMany()

public hasMany() : bool
Return values
bool

hasOne()

public hasOne() : bool
Return values
bool

isSingularRelationship()

public isSingularRelationship() : bool
Return values
bool

        
On this page

Search results