Provides the add-page and title callbacks for entities.
It provides:
- The add-page callback.
- An add title callback for entity types.
- An add title callback for entity types with bundles.
- A view title callback.
- An edit title callback.
- A delete title callback.
Hierarchy
- class \Drupal\Core\Entity\Controller\EntityController implements ContainerInjectionInterface uses UrlGeneratorTrait, StringTranslationTrait
File
- core/lib/Drupal/Core/Entity/Controller/EntityController.php, line 31
Namespace
Drupal\Core\Entity\Controller
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| EntityController::$entityRepository | protected | property | The entity repository. |
| EntityController::$entityTypeBundleInfo | protected | property | The entity type bundle info. |
| EntityController::$entityTypeManager | protected | property | The entity manager. |
| EntityController::$renderer | protected | property | The renderer. |
| EntityController::addBundleTitle | public | function | Provides a generic add title callback for entities with bundles. |
| EntityController::addPage | public | function | Displays add links for the available bundles. |
| EntityController::addTitle | public | function | Provides a generic add title callback for an entity type. |
| EntityController::create | public static | function | Instantiates a new instance of this class. Overrides ContainerInjectionInterface::create |
| EntityController::deleteTitle | public | function | Provides a generic delete title callback. |
| EntityController::doGetEntity | protected | function | Determines the entity. |
| EntityController::editTitle | public | function | Provides a generic edit title callback. |
| EntityController::loadBundleDescriptions | protected | function | Expands the bundle information with descriptions, if known. |
| EntityController::title | public | function | Provides a generic title callback for a single entity. |
| EntityController::__construct | public | function | Constructs a new EntityController. |
| StringTranslationTrait::$stringTranslation | protected | property | The string translation service. |
| StringTranslationTrait::formatPlural | protected | function | Formats a string containing a count of items. |
| StringTranslationTrait::getNumberOfPlurals | protected | function | Returns the number of plurals supported by a given language. |
| StringTranslationTrait::getStringTranslation | protected | function | Gets the string translation service. |
| StringTranslationTrait::setStringTranslation | public | function | Sets the string translation service to use. |
| StringTranslationTrait::t | protected | function | Translates a string to the current language or to a given language. |
| UrlGeneratorTrait::$urlGenerator | protected | property | The url generator. |
| UrlGeneratorTrait::getUrlGenerator | protected | function | Returns the URL generator service. |
| UrlGeneratorTrait::redirect | protected | function | Returns a redirect response object for the specified route. |
| UrlGeneratorTrait::setUrlGenerator | public | function | Sets the URL generator service. |
| UrlGeneratorTrait::url Deprecated | protected | function | Generates a URL or path for a specific route based on the given parameters. |
Please login to continue.