Problem/Motivation

In order for other contributed modules to hook into the scrambling module and make sure that it's scrambling is done on execution of the scrambling procedure we need a hook_scramble. Also an API needs to be foreseen in order for every contrib module to use the same methods.

Proposed resolution

Create hook_scramble
Create API Class

API changes

Create API class which contains all the scrambling methods.
Create hook_scramble so that contrib modules can use this hook.

Comments

nico.knaepen created an issue. See original summary.

Novitsh’s picture

Title: Create API for scrambling methods & add hook_scramble » Create API for scrambling methods

Renaming topic a bit to prevent confusion.

Novitsh’s picture

Assigned: Unassigned » nico.knaepen
Category: Plan » Task
Status: Active » Needs review
nico.knaepen’s picture

Status: Needs review » Needs work

All scrambling methods still need to be created in order for the API to become usefull.

nico.knaepen’s picture

Status: Needs work » Active

  • Novitsh committed ebd162a on 7.x-1.x
    Issue #2610146 by Novitsh: scramble function is now looking up...

  • nico.knaepen committed 3b65330 on 7.x-1.x
    Issue #2610146 by nico.knaepen: Moved API class outside BLL folder
    
nico.knaepen’s picture

Status: Active » Needs review

Issue #2619900 is the last issue to be executed. This makes the scrambling happen.

nico.knaepen’s picture

Status: Needs review » Closed (fixed)