Drupal is a registered trademark of Dries Buytaert
Release: Drupal 10.3.6 Update released for Drupal core (10.3.6)! Release: Drupal 11.0.5 Update released for Drupal core (11.0.5)! Release: Drupal 10.2.9 Update released for Drupal core (10.2.9)! Release: Drupal 10.2.10 Update released for Drupal core (10.2.10)! Release: Drupal 10.3.7 Update released for Drupal core (10.3.7)! Release: Drupal 11.0.6 Update released for Drupal core (11.0.6)! Release: Drupal 10.3.8 Update released for Drupal core (10.3.8)! Release: Drupal 11.0.7 Update released for Drupal core (11.0.7)! Module Revived: Translation Management Tool 8.x-1.19 Module tmgmt updated after 7 months of inactivity (8.x-1.19). Usage Milestone: Account field split Module account_field_split crossed 10,000 active installs.

T.C. Kimlik No (Turkey)

This module provides functionality to validate T.C. Kimlik No. You can add custom field for content type, user and taxonomy just like any other field also can be added to any form via form api and you can validate any T.C kimlik no programmatically using provided service by this module.

Usage

1. Add as a field to content types, user or taxonomy terms
2. Usage in custom form

$form['message'] = [
      '#type'     => 'tckk',
      '#title'    => $this->t('T.C.'),
      '#required' => TRUE,
    ];

3. Validate T.C. anywhere in the project.

$tckimlik = '9999999';
if (\Drupal::service('tckk_field.validator')->validate($tcKimlik)) {
  // is valid
} else {
 // is not valid
}

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Jan 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
1.0.1 Stable Jan 14, 2025