Skip to content
Snippets Groups Projects

Issue #3446403 by edutrul, jnicola, mradcliffe: [name]: This field is missing for example recipe

Issue #3446403 by edutrul, jnicola, mradcliffe: [name]: This field is missing for example recipe
1 unresolved thread

(cherry picked from commit 94dde881)

Closes #3453692

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
2366 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']);
  • Ankit Pathak added 156 commits

    added 156 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading