X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FController%2FEntityController.php;h=46cc730b9e5b02a1c8b8d4b83bdf163fda97b9df;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=776368e016da46fa40ec5e9a77cbdf0717f7bed9;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/Controller/EntityController.php b/web/core/lib/Drupal/Core/Entity/Controller/EntityController.php index 776368e01..46cc730b9 100644 --- a/web/core/lib/Drupal/Core/Entity/Controller/EntityController.php +++ b/web/core/lib/Drupal/Core/Entity/Controller/EntityController.php @@ -177,7 +177,7 @@ class EntityController implements ContainerInjectionInterface { * The entity type ID. * * @return string - * The title for the entity add page. + * The title for the entity add page. */ public function addTitle($entity_type_id) { $entity_type = $this->entityTypeManager->getDefinition($entity_type_id); @@ -195,7 +195,7 @@ class EntityController implements ContainerInjectionInterface { * The name of the route parameter that holds the bundle. * * @return string - * The title for the entity add page, if the bundle was found. + * The title for the entity add page, if the bundle was found. */ public function addBundleTitle(RouteMatchInterface $route_match, $entity_type_id, $bundle_parameter) { $bundles = $this->entityTypeBundleInfo->getBundleInfo($entity_type_id);