Skip to content
Snippets Groups Projects

Issue #3208373: LanguageNegotiationContentEntity description doesn't say how to use it

Open Issue #3208373: LanguageNegotiationContentEntity description doesn't say how to use it
Open Paulo Cavoto requested to merge issue/drupal-3208373:9.2.x into 9.2.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -23,7 +23,7 @@
* types = {Drupal\Core\Language\LanguageInterface::TYPE_CONTENT},
* weight = -9,
* name = @Translation("Content language"),
* description = @Translation("Determines the content language from a request parameter."),
* description = @Translation("Determines the content language from the request parameter named 'language_content_entity'."),
* )
*/
class LanguageNegotiationContentEntity extends LanguageNegotiationMethodBase implements OutboundPathProcessorInterface, LanguageSwitcherInterface, ContainerFactoryPluginInterface {
Loading