Issue #3446403 by edutrul, jnicola, mradcliffe: [name]: This field is missing for example recipe
Open
requested to merge issue/drupal-3453692:3453692-hookentityreferenceselectionalter-is-undocumented into 11.x
1 unresolved thread
Merge request reports
Activity
added 155 commits
Toggle commit list2366 2366 } 2367 2367 2368 /** 2369 * Modify the list of available entity reference plugins. 2370 * 2371 * This hook may be used to modify plugin properties after they have been 2372 * specified by other modules. 2373 * 2374 * @param array $plugins 2375 * An array of all the existing plugin definitions, passed by reference. 2376 * 2377 * @see \Drupal\Entity\Plugin\EntityReferenceSelection\SelectionPluginManager 2378 */ 2379 function hook_entity_reference_selection_alter(array &$plugins) { 2380 // Remove the available plugin. 2381 unset($plugins['broken']); added 156 commits
- 1b83d554...f283ab40 - 146 earlier commits
- 1974f7fe - Issue #3432595 by longwave, kim.pepper, alexpott: Use a tagged service...
- 0d920223 - Issue #3447286 by narendraR, smustgrave: Add validation constraints to image.style.*
- 6dbb0078 - Issue #3422537 by bbrala, cmlara, dww, joachim, longwave: Autoresolve cspell...
- d1a8ee38 - Issue #3451602 by kristiaanvandeneynde: AccessResult::orIf() has meaningless checks
- 27b8e759 - Revert "Issue #3422537 by bbrala, cmlara, dww, joachim, longwave: Autoresolve...
- afdda11c - Issue #3453676 by nicxvan, alexpott, dww, lauriii, Gábor Hojtsy: Make "Who can...
- 72adc19c - Drupal 11.0.0-beta1
- 2f18066e - Back to dev.
- c0858439 - Issue #3453692: Created document for entity_reference_selector hook
- 6a705685 - Issue #3453692: Resolved phpcs issues.
Toggle commit list
Please register or sign in to reply