You are here

36 string references to mobile_number.util in Mobile Number 8

MobileNumber::form in src/Plugin/WebformElement/MobileNumber.php
Gets the actual configuration webform array to be built.
MobileNumber::formatHtmlItem in src/Plugin/WebformElement/MobileNumber.php
Format an element's value as HTML.
MobileNumber::getMobileNumber in src/Element/MobileNumber.php
Get currently entered mobile number, given the form element.
MobileNumber::isVerified in src/Element/MobileNumber.php
Gets verified status based on default value and verified numbers in session.
MobileNumber::mobileNumberProcess in src/Element/MobileNumber.php
Mobile number element process callback.
MobileNumber::mobileNumberValidate in src/Element/MobileNumber.php
Mobile number element validate callback.
MobileNumber::prepareValue in src/Feeds/Target/MobileNumber.php
Prepares a single value.
MobileNumber::valueCallback in src/Element/MobileNumber.php
Mobile number element value callback.
MobileNumber::verifyAjax in src/Element/MobileNumber.php
Mobile number element ajax callback.
MobileNumberClassTest::setUp in src/Tests/MobileNumberClassTest.php
MobileNumberCountryFormatter::viewElements in src/Plugin/Field/FieldFormatter/MobileNumberCountryFormatter.php
Builds a renderable array for a field value.
MobileNumberElementTest::setUp in src/Tests/MobileNumberElementTest.php
MobileNumberFieldTest::setUp in src/Tests/MobileNumberFieldTest.php
MobileNumberInternationalFormatter::viewElements in src/Plugin/Field/FieldFormatter/MobileNumberInternationalFormatter.php
Builds a renderable array for a field value.
MobileNumberItem::countryOptions in src/Plugin/Field/FieldType/MobileNumberItem.php
Get all country options.
MobileNumberItem::defaultFieldSettings in src/Plugin/Field/FieldType/MobileNumberItem.php
Defines the field-level settings for this plugin.
MobileNumberItem::fieldSettingsForm in src/Plugin/Field/FieldType/MobileNumberItem.php
Returns a form for the field-level settings.
MobileNumberItem::fieldSettingsFormSubmit in src/Plugin/Field/FieldType/MobileNumberItem.php
Submit callback for mobile number field item.
MobileNumberItem::generateSampleValue in src/Plugin/Field/FieldType/MobileNumberItem.php
Generates placeholder field values.
MobileNumberItem::getMobileNumber in src/Plugin/Field/FieldType/MobileNumberItem.php
Get mobile number object of the current item.
MobileNumberItem::isUnique in src/Plugin/Field/FieldType/MobileNumberItem.php
Is mobile number unique within the entity/field. Will check verified numbers, only if specificed.
MobileNumberItem::isVerified in src/Plugin/Field/FieldType/MobileNumberItem.php
Is the item's mobile number verified in the field's saved values or current session.
MobileNumberItem::preSave in src/Plugin/Field/FieldType/MobileNumberItem.php
Defines custom presave behavior for field values.
MobileNumberItem::storageSettingsForm in src/Plugin/Field/FieldType/MobileNumberItem.php
Returns a form for the storage-level settings.
MobileNumberItem::tfaAllowed in src/Plugin/Field/FieldType/MobileNumberItem.php
Checks if tfa is allowed based on tfa module installation and field cardinality.
MobileNumberItem::verify in src/Plugin/Field/FieldType/MobileNumberItem.php
Performs verification, assuming verification token and code were set. Adds to flood if failed. Will not attempt to verify if number is already verified.
MobileNumberTfa::__construct in src/Plugin/TfaValidation/MobileNumberTfa.php
Constructs a new Tfa plugin object.
MobileNumberValidator::validate in src/Plugin/Validation/Constraint/MobileNumberValidator.php
Checks if the passed value is valid.
MobileNumberVerifiedFormatter::viewElements in src/Plugin/Field/FieldFormatter/MobileNumberVerifiedFormatter.php
Builds a renderable array for a field value.
MobileNumberWidget::defaultSettings in src/Plugin/Field/FieldWidget/MobileNumberWidget.php
Defines the default settings for this plugin.
MobileNumberWidget::errorElement in src/Plugin/Field/FieldWidget/MobileNumberWidget.php
Assigns a field-level validation error to the right widget sub-element.
MobileNumberWidget::formElement in src/Plugin/Field/FieldWidget/MobileNumberWidget.php
Returns the form for a single field widget.
MobileNumberWidget::settingsForm in src/Plugin/Field/FieldWidget/MobileNumberWidget.php
Returns a form to configure settings for the widget.
MobileNumberWidget::settingsSummary in src/Plugin/Field/FieldWidget/MobileNumberWidget.php
Returns a short summary for the current widget settings.
mobile_number_views_country_options in ./mobile_number.module
Helper function for get all supported countries for views.
RequestVerificationCodeResource::create in src/Plugin/rest/resource/RequestVerificationCodeResource.php
Creates an instance of the plugin.