Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SystemNodeProvider.php

SystemNodeProvider::IFCONFIG_PATTERN

Pattern to match nodes in ifconfig and ipconfig output.

File

vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php, line 50

Class

SystemNodeProvider
SystemNodeProvider retrieves the system node ID, if possible

Namespace

Ramsey\Uuid\Provider\Node

Code

private const IFCONFIG_PATTERN = '/[^:]([0-9a-f]{2}([:-])[0-9a-f]{2}(\\2[0-9a-f]{2}){4})[^:]/i';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal