Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M1 plugins #7752

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ appropriate parts of your application. The hooks are:
* ``services`` Used to register application container services

By default all plugins hooks are enabled. You can disable hooks by using the
related options of the ``plugin load`` command::
related options of the ``plugin load`` command:

.. code-block:: console

Expand Down Expand Up @@ -195,7 +195,7 @@ You can reference a plugin's controllers, models, components, behaviors, and
helpers by prefixing the name of the plugin.

For example, say you wanted to use the ContactManager plugin's
ContactInfoHelper to output formatted contact information in
``ContactInfoHelper`` to output formatted contact information in
one of your views. In your controller, using ``addHelper()``
could look like this::

Expand Down
Loading
Loading