8000 Added docs for workflow_marked_places() function by javiereguiluz · Pull Request #7820 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added docs for workflow_marked_places() function #7820

New 8000 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

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Minor fix
  • Loading branch information
javiereguiluz committed Apr 19, 2017
commit e2ded36321540b092677adfd7a118fd46b0d4a8a
4 changes: 2 additions & 2 deletions workflow/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ of domain logic in your templates:
Returns ``true`` if the marking of the given object has the given state.

.. versionadded:: 3.3
The ``workflow_marked_places()`` and ``workflow_has_marked_place()`` methods
were added in Symfony 3.3.
The ``workflow_marked_places()`` and ``workflow_has_marked_place()``
functions were added in Symfony 3.3.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[...] were introduced [...]


The following example shows these methods in action:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

functions


Expand Down
0