ContentTypeInterface
in
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|nullgetField()
Get field
public
getField(string $name) : FieldInterface|null
Parameters
- $name : string
Return values
FieldInterface|nullgetFieldNames()
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>getName()
Get content type name
public
getName() : string
Return values
stringgetSearchableFieldNames()
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|nullgetTitleFields()
Get title fields
public
getTitleFields() : array<string|int, mixed>