class LayoutBuilderHtmlEntityFormController (View source)

Overrides the entity form controller service for layout builder operations.

Traits

Provides dependency injection friendly methods for serialization.

Properties

protected array $_serviceIds

An array of service IDs keyed by property name used for serialization.

from  DependencySerializationTrait
protected array $_entityStorages

An array of entity type IDs keyed by the property name of their storages.

from  DependencySerializationTrait
protected FormController $entityFormController

The entity form controller being decorated.

Methods

__sleep()

{@inheritdoc}

__wakeup()

{@inheritdoc}

__construct(FormController $entity_form_controller)

Constructs a LayoutBuilderHtmlEntityFormController object.

getContentResult(Request $request, RouteMatchInterface $route_match)

{@inheritdoc}

Details

__sleep()

{@inheritdoc}

__wakeup()

{@inheritdoc}

__construct(FormController $entity_form_controller)

Constructs a LayoutBuilderHtmlEntityFormController object.

Parameters

FormController $entity_form_controller

The entity form controller being decorated.

getContentResult(Request $request, RouteMatchInterface $route_match)

{@inheritdoc}

Parameters

Request $request
RouteMatchInterface $route_match