This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ Helper methods
99
99
| | | ``false `` | translation in that language exists. |
100
100
+---------------------------+---------------------+------------------------+---------------------------------------------------------------------------+
101
101
| ``cmf_is_linkable `` | ``isLinkable `` | ``$document `` | Check if the provided object can be used to generate a URL. If this |
102
- | | | | check returns true, it should be save to pass it to ``path `` or ``url ``. |
102
+ | | | | check returns true, it should be safe to pass it to ``path `` or ``url ``. |
103
103
| | | | An object is considered linkable if it either *is * an instance of |
104
104
| | | | ``Route `` or implements the ``RouteReferrersReadInterface `` *and * |
105
105
| | | | actually returns a route. |
Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ an empty route name and tries to find a content implementing the
592
592
593
593
To be precise, it is enough for the content to implement the
594
594
``RouteReferrersReadInterface `` if writing the routes is not desired. See
595
- :ref: `contributing-bundles-interface_naming ` for more on the naming scheme.)
595
+ :ref: `contributing-bundles-interface_naming ` for more on the naming scheme.
596
596
597
597
For the implementation details, please refer to the
598
598
:ref: `component-routing-generator ` section in the the cmf routing component
You can’t perform that action at this time.
0 commit comments