You are here

function _opigno_moxtra_check_user_quota in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 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 143
Contains opigno_moxtra.module.

Code

function _opigno_moxtra_check_user_quota() {
  return TRUE;
}