You are here

function entity_background_test_entity_background_selectors_alter in Entity background 7

Implements hook_entity_background_selectors_alter().

File

tests/entity_background_test/entity_background_test.module, line 12

Code

function entity_background_test_entity_background_selectors_alter(&$selectors) {
  $selectors['custom_entity'] = 'custom-entity-';
}