You are here

public function FrameworkInterface::alter in Realistic Dummy Content 3.x

Same name and namespace in other branches
  1. 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::alter()
  2. 7.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::alter()

Allows third-party modules to alter data.

1 method overrides FrameworkInterface::alter()
Framework::alter in api/src/Framework/Framework.php
Allows third-party modules to alter data.

File

api/src/Framework/FrameworkInterface.php, line 13

Class

FrameworkInterface
Defines and abstracts all functions which are used by our module.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function alter($type, &$data, &$context1 = NULL, &$context2 = NULL, &$context3 = NULL);