Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
37.9 KB
MD5: ee0d82ab610db3c1e7f6ca026201e05b
SHA-1: 00e0cd3fcb4c52c868c79b95760005faf0386976
SHA-256: 61e98362dda9394f55671bcb304c78d8e56b64958f42db046db15eb6b28033c5
Download zip
46.09 KB
MD5: 1a2bf64f5c6d04935fdd2ac3bd4f4f47
SHA-1: 576d90f9bb3ded3ddda9ea9970437cc7ac5e50ea
SHA-256: b1c81e1da7933fec6aa613520467ad775a950107740d2e730c3c13e2be0dcaed
Release notes
This version introduces major changes to how our hooks work: see the change records.
Changes since 7.x-1.0-alpha8:
- #1955518 by joachim: Fixed checking access to a View shown as a tab to be done in hook_menu() rather than the View.
- by joachim: Added extra parameters array to access() and userAccess() handler methods.
- #1922722 by joachim: Fixed operations provided by Views displays are not themselves exposed to Views as fields.
- #1968502 by joachim: Changed operations to be defined in new hook hook_entity_operation_info(); removed obsolete alter hooks.
- Removed 'provides menu' property from handler operationInfo().
- Updated API docs for new hooks.
- Changed VBO to new hook.
- Changed Services to use new hook.
- Removed checking handler info for whether it provides a menu item.
- Removed hook_entity_operations_operations_menu_alter().
- Changed permissions helper to new hook.
- Changed Entity API admin UI to new hook.
- Changed Views operation fields to new hook.
- Removed hook_entity_operations_menu_operations_alter().
- Changed Views tabs to new hook.
- Changed hook_menu() to use new hook; commented out alter hooks.
- Changed entity_operations_get_operation_info() to invoke new hook.
- Changed menu controller back to taking common UI options from entity info.
- by joachim: Fixed missing admin strings on generic edit handler.
- by joachim: Fixed pass by reference.