You are here

constant NameOptionsProvider::vocabularyRegExp in Name Field 8

The regular expression for finding the vocabulary token.

File

src/NameOptionsProvider.php, line 19

Class

NameOptionsProvider
The name option provider for the name field.

Namespace

Drupal\name

Code

const vocabularyRegExp = '/^\\[vocabulary:([0-9a-z\\_]{1,})\\]/';