You are here

entity_background.api.php in Entity background 7

API documentation for the entity_background module.

File

entity_background.api.php
View source
<?php

/**
 * @file
 * API documentation for the entity_background module.
 */

/**
 * Alter the selector items.
 *
 * @param array $selectors
 *   An array of selector classes.
 *
 * @see entity_background_selectors()
 */
function hook_entity_background_selectors_alter(&$selectors) {
  $selectors['node'] = 'custom-node-';
}

Functions

Namesort descending Description
hook_entity_background_selectors_alter Alter the selector items.