Documentation

ILMSCatalogFieldConfigurationController extends ControllerBase
in package

FinalYes

Returns responses for the ilms_catalog routes.

Table of Contents

Properties

$bundleTypeInfo  : EntityTypeBundleInfoInterface
The entity bundle info interface.

Methods

__construct()  : mixed
Constructs an ILMSCatalogFieldConfigurationController object.
create()  : mixed
{@inheritdoc}
overview()  : array<string|int, mixed>
Generates the overview page.

Properties

Methods

__construct()

Constructs an ILMSCatalogFieldConfigurationController object.

public __construct(EntityTypeBundleInfoInterface $bundle_info) : mixed
Parameters
$bundle_info : EntityTypeBundleInfoInterface

overview()

Generates the overview page.

public overview() : array<string|int, mixed>

The overview page lists all of the configured bundles for the catalog item type as links so that they can be configured.

Return values
array<string|int, mixed>

A render array containing links to the individual bundle field configurations.


        
On this page

Search results