Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
hook_taxonomy_term_create drupal/core/modules/taxonomy/taxonomy.api.php Act on a newly created term.
hook_taxonomy_term_load drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when loaded.
hook_taxonomy_term_presave drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms before they are saved.
hook_taxonomy_term_insert drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when inserted.
hook_taxonomy_term_update drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when updated.
hook_taxonomy_term_predelete drupal/core/modules/taxonomy/taxonomy.api.php Act before taxonomy term deletion.
hook_taxonomy_term_delete drupal/core/modules/taxonomy/taxonomy.api.php Respond to taxonomy term deletion.
hook_taxonomy_term_view drupal/core/modules/taxonomy/taxonomy.api.php Act on a taxonomy term that is being assembled before rendering.
hook_taxonomy_term_view_alter drupal/core/modules/taxonomy/taxonomy.api.php Alter the results of taxonomy_term_view().
taxonomy_uninstall drupal/core/modules/taxonomy/taxonomy.install Implements hook_uninstall().
taxonomy_schema drupal/core/modules/taxonomy/taxonomy.install Implements hook_schema().
taxonomy_field_schema drupal/core/modules/taxonomy/taxonomy.install Implements hook_field_schema().
taxonomy_update_8000 drupal/core/modules/taxonomy/taxonomy.install Remove the {taxonomy_vocabulary}.module field.
taxonomy_update_8001 drupal/core/modules/taxonomy/taxonomy.install Adds langcode field to {taxonomy_term_data} and {taxonomy_vocabulary}.
taxonomy_update_8002 drupal/core/modules/taxonomy/taxonomy.install Create a UUID column for taxonomy terms.
taxonomy_update_8003 drupal/core/modules/taxonomy/taxonomy.install Generate a UUID for all terms.
taxonomy_update_8004 drupal/core/modules/taxonomy/taxonomy.install Moves taxonomy settings from variable to config.
taxonomy_update_8005 drupal/core/modules/taxonomy/taxonomy.install Convert vocabularies into configuration.
taxonomy_update_8006 drupal/core/modules/taxonomy/taxonomy.install Change {taxonomy_term_data}.vid into a string holding the vocabulary machine name.
datetime_field_schema drupal/core/modules/datetime/datetime.install Implements hook_field_schema().
rdf_schema drupal/core/modules/rdf/rdf.install Implements hook_schema().
rdf_install drupal/core/modules/rdf/rdf.install Implements hook_install().
theme_filter_tips drupal/core/modules/filter/filter.pages.inc Returns HTML for a set of filter tips.
filter_update_8000 drupal/core/modules/filter/filter.install Moves filter_fallback settings from variable to config.
filter_update_8001 drupal/core/modules/filter/filter.install Migrate filter formats into configuration.
filter_admin_overview_submit drupal/core/modules/filter/filter.admin.inc Form submission handler for filter_admin_overview().
filter_admin_format_form_validate drupal/core/modules/filter/filter.admin.inc Form validation handler for filter_admin_format_form().
filter_admin_format_form_submit drupal/core/modules/filter/filter.admin.inc Form submission handler for filter_admin_format_form().
translation_entity_help drupal/core/modules/translation_entity/translation_entity.module Implements hook_help().
translation_entity_module_implements_alter drupal/core/modules/translation_entity/translation_entity.module Implements hook_module_implements_alter().
translation_entity_language_types_info_alter drupal/core/modules/translation_entity/translation_entity.module Implements hook_language_type_info_alter().
translation_entity_entity_info_alter drupal/core/modules/translation_entity/translation_entity.module Implements hook_entity_info_alter().
translation_entity_entity_bundle_info_alter drupal/core/modules/translation_entity/translation_entity.module Implements hook_entity_bundle_info_alter().
translation_entity_menu drupal/core/modules/translation_entity/translation_entity.module Implements hook_menu().
translation_entity_menu_alter drupal/core/modules/translation_entity/translation_entity.module Implements hook_menu_alter().
_translation_entity_menu_strip_loaders drupal/core/modules/translation_entity/translation_entity.module Strips out menu loaders from the given path. 1
translation_entity_view_access drupal/core/modules/translation_entity/translation_entity.module Checks whether the given user can view the specified translation. 1
translation_entity_library_info drupal/core/modules/translation_entity/translation_entity.module Implements hook_library_info().
translation_entity_get_config_key drupal/core/modules/translation_entity/translation_entity.module Returns the key name used to store the configuration setting. 2
translation_entity_get_config drupal/core/modules/translation_entity/translation_entity.module Retrieves the value for the specified setting. 2
translation_entity_set_config drupal/core/modules/translation_entity/translation_entity.module Stores the given value for the specified setting. 3
translation_entity_enabled drupal/core/modules/translation_entity/translation_entity.module Determines whether the given entity type is translatable. 10
translation_entity_types_translatable drupal/core/modules/translation_entity/translation_entity.module Returns all the translatable entity types.
translation_entity_controller drupal/core/modules/translation_entity/translation_entity.module Entity translation controller factory. 6
translation_entity_form_controller drupal/core/modules/translation_entity/translation_entity.module Returns the entity form controller for the given form. 7
translation_entity_access drupal/core/modules/translation_entity/translation_entity.module Checks whether an entity translation is accessible. 3
translation_entity_permission drupal/core/modules/translation_entity/translation_entity.module Implements hook_permission().
translation_entity_form_alter drupal/core/modules/translation_entity/translation_entity.module Implements hook_form_alter().
translation_entity_field_language_alter drupal/core/modules/translation_entity/translation_entity.module Implements hook_field_language_alter().
translation_entity_entity_load drupal/core/modules/translation_entity/translation_entity.module Implements hook_entity_load().

Pages

Other projects