make a start
2 open threads
Closes #3476278
Merge request reports
Activity
added 238 commits
-
e84151af...d171bb91 - 236 commits from branch
project:11.x
- c8f07a4c - make a start
- e30dfdfa - more changes
-
e84151af...d171bb91 - 236 commits from branch
added 6 commits
-
e30dfdfa...ca674ff9 - 3 commits from branch
project:11.x
- 925aff53 - make a start
- e365355a - more changes
- 6f66a9bb - Changes to all api.php files
Toggle commit list-
e30dfdfa...ca674ff9 - 3 commits from branch
66 * added to its attribute: 67 67 * @code 68 * forms = { 69 * "settings_tray" = "\Drupal\system\Plugin\Block\SystemPoweredByBlock", 70 * }, 68 * 'forms' => [ 69 * "settings_tray" => \Drupal\system\Plugin\Block\SystemPoweredByBlock::class, 70 * ], 71 71 * @endcode 72 72 * 73 * Therefore, the entire Settings Tray API is just this annotation: it controls 73 * Therefore, the entire Settings Tray API is just this attribute: it controls 74 74 * what the Settings Tray does for a given block. 75 75 * 76 76 * @see settings_tray_block_alter() 77 77 * @see \Drupal\Tests\settings_tray\Functional\SettingsTrayBlockTest::testPossibleAnnotations() - Resolved by Lee Rowlands
- Resolved by Lee Rowlands
- Resolved by Lee Rowlands
- Resolved by Lee Rowlands
- Resolved by Lee Rowlands
- Resolved by Lee Rowlands
- Resolved by Lee Rowlands
2023 2038 * * ) 2024 2039 * @endcode 2025 2040 * 2026 * Note that you must use double quotes; single quotes will not work in 2027 * annotations. 2028 * 2029 * Some annotation types, which extend the "@ PluginID" annotation class, have 2030 * only a single 'id' key in their annotation. For these, it is possible to use 2031 * a shorthand annotation. For example: 2041 * Some attribute types, which extend the "@ PluginID" attribute class, have - Resolved by Lee Rowlands
- Resolved by Lee Rowlands
Please register or sign in to reply