You are here

function domain_node_insert in Domain Access 7.3

Implements hook_node_insert().

File

./domain.module, line 1837
Core module functions for the Domain Access suite.

Code

function domain_node_insert($node) {

  // Any function that tries to call domain_get_node_domains() or
  // domain_get_node_match() needs this data.
  domain_node_access_records($node);
}