You are here

function hook_entity_embed_display_plugins_alter in Entity Embed 8

Alter the Entity Embed Display plugin definitions.

Parameters

array &$info: An associative array containing the plugin definitions keyed by plugin ID.

3 functions implement hook_entity_embed_display_plugins_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

entity_embed_test_entity_embed_display_plugins_alter in tests/modules/entity_embed_test/entity_embed_test.module
Implements hook_entity_embed_display_plugins_alter().
file_entity_embed_display_plugins_alter in ./entity_embed.module
Implements hook_entity_embed_display_plugins_alter().
taxonomy_entity_embed_display_plugins_alter in ./entity_embed.module
Implements hook_entity_embed_display_plugins_alter().

File

./entity_embed.api.php, line 19
Hooks provided by the Entity Embed module.

Code

function hook_entity_embed_display_plugins_alter(array &$info) {
}