Issue #3014969 by TR, longwave, Abhijith S, joachim, shimpy: Unescaped "@" in ContextProviderInterface doc comment
parent
0c6ba579b7
commit
2b76f57512
|
@ -8,8 +8,8 @@ namespace Drupal\Core\Plugin\Context;
|
||||||
* Implementations only need to deal with unqualified context IDs so they only
|
* Implementations only need to deal with unqualified context IDs so they only
|
||||||
* need to be unique in the context of a given service provider.
|
* need to be unique in the context of a given service provider.
|
||||||
*
|
*
|
||||||
* The fully qualified context ID then includes the service ID:
|
* The fully qualified context ID then includes the service ID, e.g.
|
||||||
* @{service_id}:{unqualified_context_id}.
|
* "@service_id:unqualified_context_id".
|
||||||
*
|
*
|
||||||
* @see \Drupal\Core\Plugin\Context\ContextRepositoryInterface
|
* @see \Drupal\Core\Plugin\Context\ContextRepositoryInterface
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue