Arikaim CMS

ContentTypeInterface

Content type interface

Table of Contents

Methods

getActionHandlers()  : array<string|int, mixed>
Get action handlers list
getActions()  : array<string|int, mixed>
Get content type actions
getCategory()  : string|null
Get content type name
getField()  : FieldInterface|null
Get field
getFieldNames()  : array<string|int, mixed>
Get field names
getFields()  : array<string|int, mixed>
Get content type fields
getName()  : string
Get content type name
getSearchableFieldNames()  : array<string|int, mixed>
Get searchable field names
getTitle()  : string|null
Get content type title
getTitleFields()  : array<string|int, mixed>
Get title fields

Methods

getActionHandlers()

Get action handlers list

public getActionHandlers() : array<string|int, mixed>
Return values
array<string|int, mixed>

getActions()

Get content type actions

public getActions() : array<string|int, mixed>
Return values
array<string|int, mixed>

getCategory()

Get content type name

public getCategory() : string|null
Return values
string|null

getFieldNames()

Get field names

public getFieldNames() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFields()

Get content type fields

public getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

getSearchableFieldNames()

Get searchable field names

public getSearchableFieldNames() : array<string|int, mixed>
Return values
array<string|int, mixed>

getTitle()

Get content type title

public getTitle() : string|null
Return values
string|null

getTitleFields()

Get title fields

public getTitleFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results