Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove the "experimental" flag from some components#15842

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 1 commit intosymfony:5.4fromjaviereguiluz:fix_15798
Sep 24, 2021
Merged
Show file tree
Hide file tree
Changes fromall 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
3 changes: 1 addition & 2 deletionsconfiguration.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -928,8 +928,7 @@ Using PHP ConfigBuilders

.. versionadded:: 5.3

The "ConfigBuilders" feature was introduced in Symfony 5.3 as an
:doc:`experimental feature </contributing/code/experimental>`.
The "ConfigBuilders" feature was introduced in Symfony 5.3.

Writing PHP config is sometimes difficult because you end up with large nested
arrays and you have no autocompletion help from your favorite IDE. A way to
Expand Down
3 changes: 1 addition & 2 deletionsrate_limiter.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,8 +3,7 @@ Rate Limiter

.. versionadded:: 5.2

The RateLimiter component was introduced in Symfony 5.2 as an
:doc:`experimental feature </contributing/code/experimental>`.
The RateLimiter component was introduced in Symfony 5.2.

A "rate limiter" controls how frequently some event (e.g. an HTTP request or a
login attempt) is allowed to happen. Rate limiting is commonly used as a
Expand Down
3 changes: 1 addition & 2 deletionssecurity/login_link.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,8 +14,7 @@ This authentication method can help you eliminate most of the customer support
related to authentication (e.g. I forgot my password, how can I change or reset
my password, etc.)

Login links are supported by Symfony when using the experimental
authenticator system. You must
Login links are supported by Symfony when using the authenticator system. You must
:ref:`enable the authenticator system <security-enable-authenticator-manager>`
in your configuration to use this feature.

Expand Down
3 changes: 1 addition & 2 deletionstranslation.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -614,8 +614,7 @@ Translation Providers

.. versionadded:: 5.3

Translation providers were introduced in Symfony 5.3 as an
:doc:`experimental feature </contributing/code/experimental>`.
Translation providers were introduced in Symfony 5.3.

When using external translators to translate your application, you must send
them the new contents to translate frequently and merge the results back in the
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp