entity_background_test.module in Entity background 7
File
tests/entity_background_test/entity_background_test.moduleView source
<?php
/**
* @file
* Code for the Entity background test feature.
*/
include_once 'entity_background_test.features.inc';
/**
* Implements hook_entity_background_selectors_alter().
*/
function entity_background_test_entity_background_selectors_alter(&$selectors) {
$selectors['custom_entity'] = 'custom-entity-';
}
Functions
Name | Description |
---|---|
entity_background_test_entity_background_selectors_alter | Implements hook_entity_background_selectors_alter(). |