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
$bundleTypeInfo
The entity bundle info interface.
protected
EntityTypeBundleInfoInterface
$bundleTypeInfo
The EntityTypeBundleInfoInterface interface object.
Methods
__construct()
Constructs an ILMSCatalogFieldConfigurationController object.
public
__construct(EntityTypeBundleInfoInterface $bundle_info) : mixed
Parameters
- $bundle_info : EntityTypeBundleInfoInterface
create()
{@inheritdoc}
public
static create(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
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.