Provide a hook to change remote domain

Created on 8 June 2023, about 1 year ago
Updated 12 August 2023, 11 months ago

Problem/Motivation

There might be needs to use different endpoint for specific case.
For example, while developing, several branches are used for various environment, and it is annoying to change remote URL every time for each environment.

Steps to reproduce

Proposed resolution

Provide new hook where developers can change the endpoint URL.

hook_content_remote_options_endpoint_alter() is available.

Usage:

function yourmodule_online_base_content_remote_options__options_alter (&$variables, $context) {
  // TO DO
}

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Fixed

Version

1.1

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada Austin986

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024