Skip to content
Snippets Groups Projects

Resolve #3408698 "Provide alter for"

Closed Lauri Timmanee requested to merge issue/drupal-3408698:3408698-provide-alter-for into 11.x
1 unresolved thread

Closes #3408698

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
  • Lauri Timmanee resolved all threads

    resolved all threads

  • Lauri Timmanee added 1 commit

    added 1 commit

    • 0a974bc4 - Use $this->entityTypeId as the entity type id

    Compare with previous version

  • Lauri Timmanee resolved all threads

    resolved all threads

  • Lauri Timmanee added 1 commit

    added 1 commit

    Compare with previous version

  • Lauri Timmanee resolved all threads

    resolved all threads

  • Lauri Timmanee added 1 commit

    added 1 commit

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    • 183870b4 - Provide API for entity type specific field types

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    • bd059cec - Revert constructor argument change

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    Compare with previous version

  • 113 113 */
    114 114 public function getUiDefinitions();
    115 115
    116 /**
    117 * Get the field type definitions that can be added via UI for an entity type.
    118 *
    119 * @param string $entity_type_id
    120 * The entity type id.
    121 *
    122 * @return array
    123 * An array of field type definitions.
    124 *
    125 * @see \Drupal\Core\Field\FieldTypePluginManagerInterface::getUiDefinitions()
    126 * @see hook_field_info_ui_definitions_alter()
    127 */
    128 public function getUiDefinitionsForEntityType(string $entity_type_id);
  • Lauri Timmanee added 1 commit

    added 1 commit

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    • 01ba200d - Change alter hook name to explicitly mention entity types

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    • 20d659bb - Change comment_field_info_ui_definitions_alter to use the new alter

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading