class EntityFormModeController in Form mode manager 8
Controller for entity form mode support.
Hierarchy
- class \Drupal\form_mode_manager\Controller\EntityFormModeBase implements ContainerInjectionInterface uses UrlGeneratorTrait, StringTranslationTrait
- class \Drupal\form_mode_manager\Controller\EntityFormModeController
Expanded class hierarchy of EntityFormModeController
See also
\Drupal\form_mode_manager\Routing\RouteSubscriber
\Drupal\form_mode_manager\Plugin\Derivative\FormModeManagerLocalAction
\Drupal\form_mode_manager\Plugin\Derivative\FormModeManagerLocalTasks
File
- src/
Controller/ EntityFormModeController.php, line 12
Namespace
Drupal\form_mode_manager\ControllerView source
class EntityFormModeController extends EntityFormModeBase {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EntityFormModeBase:: |
protected | property | The current user. | |
EntityFormModeBase:: |
protected | property | The date formatter service. | |
EntityFormModeBase:: |
protected | property | The entity form builder service. | |
EntityFormModeBase:: |
protected | property | The Routes Manager Plugin. | |
EntityFormModeBase:: |
protected | property | The entity type manager service. | |
EntityFormModeBase:: |
protected | property | The form builder. | |
EntityFormModeBase:: |
protected | property | The entity display repository. | |
EntityFormModeBase:: |
protected | property | The renderer service. | |
EntityFormModeBase:: |
public | function | Displays add content links for available entity types. | |
EntityFormModeBase:: |
public | function | The _title_callback for the entity.add routes. | 1 |
EntityFormModeBase:: |
public | function | Checks access for the Form Mode Manager routes. | |
EntityFormModeBase:: |
public static | function |
Instantiates a new instance of this class. Overrides ContainerInjectionInterface:: |
|
EntityFormModeBase:: |
public | function | The _title_callback for the entity.add routes. | 1 |
EntityFormModeBase:: |
public | function | Provides the entity add submission form. | 1 |
EntityFormModeBase:: |
public | function | Provides the entity 'edit' form. | 1 |
EntityFormModeBase:: |
private | function | Get EntityStorage of entity. | |
EntityFormModeBase:: |
protected | function | Retrieves entity from route match. | |
EntityFormModeBase:: |
protected | function | Retrieves entity from route match. | 1 |
EntityFormModeBase:: |
public | function | Gets the built and processed entity form for the given entity. | |
EntityFormModeBase:: |
public | function | Retrieve the operation (form mode) name in edit context. | |
EntityFormModeBase:: |
public | function | The _title_callback for the entity.add routes. | 1 |
EntityFormModeBase:: |
public | function | Constructs a EntityFormModeController object. | |
StringTranslationTrait:: |
protected | property | The string translation service. | 1 |
StringTranslationTrait:: |
protected | function | Formats a string containing a count of items. | |
StringTranslationTrait:: |
protected | function | Returns the number of plurals supported by a given language. | |
StringTranslationTrait:: |
protected | function | Gets the string translation service. | |
StringTranslationTrait:: |
public | function | Sets the string translation service to use. | 2 |
StringTranslationTrait:: |
protected | function | Translates a string to the current language or to a given language. | |
UrlGeneratorTrait:: |
protected | property | The url generator. | |
UrlGeneratorTrait:: |
protected | function | Returns the URL generator service. | |
UrlGeneratorTrait:: |
protected | function | Returns a redirect response object for the specified route. | 3 |
UrlGeneratorTrait:: |
public | function | Sets the URL generator service. | |
UrlGeneratorTrait:: |
protected | function | Generates a URL or path for a specific route based on the given parameters. |