You are here

22 calls to Check::canUse() in Hook Update Deploy Tools 7

Check::isGroup in src/Check.php
A strict check for entity being a group. Fails update if !group.
Contexts::canSwitch in src/Contexts.php
Check availability of modules & methods needed to enable/disable a context.
Features::revert in src/Features.php
Safely revert an array of Features and provide feedback.
Groups::assignUsersToGroup in src/Groups.php
Add users to an Organic Group.
Groups::cooptMembers in src/Groups.php
Add members from one group, to another group.
Menus::canImport in src/Menus.php
Checks to see if menu_import in enabled.
PageManager::canExport in src/PageManager.php
Checks to see if Panels pages can be exported.
PageManager::canImport in src/PageManager.php
Checks if Page Manager is enabled and import functions are available.
Paths::getAliasObject in src/Paths.php
Build and get the $alias object to be passed around.
Redirects::canImport in src/Redirects.php
Check if Redirect is enabled and import functions are available.
Rules::canExport in src/Rules.php
Checks to see if rules can be exported.
Rules::canImport in src/Rules.php
Checks to see if rules in enabled and functions are available.
Rules::export in src/Rules.php
Exports a single Rule when called (typically called from Drush).
Terms::canExport in src/Terms.php
Checks to see if Terms can be exported.
Terms::canImport in src/Terms.php
Verifies that that import can be used based on available module.
Terms::delete in src/Terms.php
Delete a Term.
Terms::loadByName in src/Terms.php
Load a term by name.
Views::canSwitch in src/Views.php
Check availability of modules and methods needed to enable/disable a View.
Vocabularies::add in src/Vocabularies.php
Add a vocabulary and description.
Vocabularies::delete in src/Vocabularies.php
Delete a vocabulary.
Vocabularies::loadByMachineName in src/Vocabularies.php
Load a Vocabulary from its machine name.
Vocabularies::loadByName in src/Vocabularies.php
Load a Vocabulary from its human readable name.