function _opigno_moxtra_check_user_quota in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x opigno_moxtra.module \_opigno_moxtra_check_user_quota()
Checks user quota.
Return value
bool True if user limit is not reached, false otherwise.
Throws
\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException
\Drupal\Component\Plugin\Exception\PluginNotFoundException
1 call to _opigno_moxtra_check_user_quota()
- opigno_moxtra_user_presave in ./
opigno_moxtra.module - Implements hook_ENTITY_TYPE_presave().
File
- ./
opigno_moxtra.module, line 141 - Contains opigno_moxtra.module.
Code
function _opigno_moxtra_check_user_quota() {
return TRUE;
}