Fulltext |
class |
Drupal\name\Plugin\views\filter |
src/Plugin/views/filter/Fulltext.php |
Filter by fulltext search. |
|
|
|
Name |
class |
Drupal\name\Element |
src/Element/Name.php |
Provides a name render element. |
|
1 |
|
NameAdditionalPreferredTrait |
trait |
Drupal\name\Traits |
src/Traits/NameAdditionalPreferredTrait.php |
Name form for preferred and alternative settings trait. |
|
2 |
|
NameAdminTest |
class |
Drupal\Tests\name\Functional |
tests/src/Functional/NameAdminTest.php |
Tests for the admin settings and custom format page. |
|
|
|
NameAutocomplete |
class |
Drupal\name |
src/NameAutocomplete.php |
Defines a helper class to get name field autocompletion results. |
|
1 |
2 |
NameAutocompleteController |
class |
Drupal\name\Controller |
src/Controller/NameAutocompleteController.php |
Controller routines for name autocompletion routes. |
|
1 |
|
NameAutocompleteTest |
class |
Drupal\Tests\name\Kernel |
tests/src/Kernel/NameAutocompleteTest.php |
Tests name autocomplete. |
|
|
|
NameFieldBuilder |
class |
Drupal\name\Plugin\diff\Field |
src/Plugin/diff/Field/NameFieldBuilder.php |
Plugin to diff text fields. |
|
|
|
NameFieldSettingsTrait |
trait |
Drupal\name\Traits |
src/Traits/NameFieldSettingsTrait.php |
Name settings trait. |
|
1 |
|
NameFieldTest |
class |
Drupal\Tests\name\Functional |
tests/src/Functional/NameFieldTest.php |
Various tests on creating a name field on a node. |
|
|
|
NameFormat |
class |
Drupal\name\Entity |
src/Entity/NameFormat.php |
Defines the Name Format configuration entity class. |
|
3 |
|
NameFormatAccessController |
class |
Drupal\name |
src/NameFormatAccessController.php |
The entity access controller for name and list formats. |
|
|
|
NameFormatDeleteConfirm |
class |
Drupal\name\Form |
src/Form/NameFormatDeleteConfirm.php |
Builds the form to delete a name format. |
|
|
|
NameFormatForm |
class |
Drupal\name\Form |
src/Form/NameFormatForm.php |
Provides a base form controller for date formats. |
|
|
|
NameFormatInterface |
interface |
Drupal\name |
src/NameFormatInterface.php |
Provides an interface defining a name format. |
1 |
2 |
|
NameFormatListBuilder |
class |
Drupal\name |
src/NameFormatListBuilder.php |
Name format list builder for the admin page. |
|
|
|
NameFormatParser |
class |
Drupal\name |
src/NameFormatParser.php |
Converts a name from an array of components into a defined format. |
|
3 |
2 |
NameFormatParserTest |
class |
Drupal\Tests\name\Unit |
tests/src/Unit/NameFormatParserTest.php |
Tests the name formatter. |
|
|
|
NameFormatter |
class |
Drupal\name\Plugin\Field\FieldFormatter |
src/Plugin/Field/FieldFormatter/NameFormatter.php |
Plugin implementation of the 'name' formatter. |
|
|
|
NameFormatter |
class |
Drupal\name |
src/NameFormatter.php |
Primary name formatter for an array of name components. |
|
1 |
2 |
NameFormatterInterface |
interface |
Drupal\name |
src/NameFormatterInterface.php |
Provides an interface defining a name formatter. |
1 |
2 |
|
NameFormDisplaySettingsTrait |
trait |
Drupal\name\Traits |
src/Traits/NameFormDisplaySettingsTrait.php |
Name form display settings trait. |
|
2 |
|
NameFormSettingsHelperTrait |
trait |
Drupal\name\Traits |
src/Traits/NameFormSettingsHelperTrait.php |
Name settings trait. |
|
2 |
|
NameGenerator |
class |
Drupal\name |
src/NameGenerator.php |
Handles name generation. |
|
|
2 |
NameGeneratorInterface |
interface |
Drupal\name |
src/NameGeneratorInterface.php |
Provides an interface for the various functions required for the examples. |
1 |
1 |
|
NameItem |
class |
Drupal\name\Plugin\Field\FieldType |
src/Plugin/Field/FieldType/NameItem.php |
Plugin implementation of the 'name' field type. |
|
|
|
NameItem |
class |
Drupal\name\Plugin\migrate\cckfield |
src/Plugin/migrate/cckfield/NameItem.php |
Name migrate plugin. |
|
|
|
NameListFormat |
class |
Drupal\name\Entity |
src/Entity/NameListFormat.php |
Defines the Name List Format configuration entity class. |
|
2 |
|
NameListFormatDeleteConfirm |
class |
Drupal\name\Form |
src/Form/NameListFormatDeleteConfirm.php |
Builds the form to delete a name format. |
|
|
|
NameListFormatForm |
class |
Drupal\name\Form |
src/Form/NameListFormatForm.php |
Provides a form controller for name list formats. |
|
|
|
NameListFormatInterface |
interface |
Drupal\name |
src/NameListFormatInterface.php |
Provides an interface defining a name format. |
1 |
1 |
|
NameListFormatListBuilder |
class |
Drupal\name |
src/NameListFormatListBuilder.php |
The name list builder. |
|
|
|
NameListFormattableMarkup |
class |
Drupal\name\Render |
src/Render/NameListFormattableMarkup.php |
Formats a string for HTML display by replacing variable placeholders. |
|
1 |
|
NameNodeTokenReplaceTest |
class |
Drupal\Tests\name\Functional |
tests/src/Functional/NameNodeTokenReplaceTest.php |
Tests text replacements in content to check node name token replacement. |
|
|
|
NameOptionsProvider |
class |
Drupal\name |
src/NameOptionsProvider.php |
The name option provider for the name field. |
|
2 |
2 |
NameOptionsProviderTest |
class |
Drupal\Tests\name\Functional |
tests/src/Functional/NameOptionsProviderTest.php |
Tests NameOptionsProvider class. |
|
|
|
NameSettingsForm |
class |
Drupal\name |
src/NameSettingsForm.php |
Configure name settings for this site. |
|
|
1 |
NameTarget |
class |
Drupal\name\Feeds\Target |
src/Feeds/Target/NameTarget.php |
Defines a name field mapper. |
|
|
|
NameTestBase |
abstract class |
Drupal\Tests\name\Functional |
tests/src/Functional/NameTestBase.php |
Helper test class with some added functions for testing. |
5 |
|
|
NameTestTrait |
trait |
Drupal\Tests\name\Functional |
tests/src/Functional/NameTestTrait.php |
Common testing traits. |
|
1 |
|
NameUnicodeExtras |
class |
Drupal\name |
src/NameUnicodeExtras.php |
Provides custom Unicode-related extension methods. |
|
1 |
|
NameUnicodeExtrasTest |
class |
Drupal\Tests\name\Unit |
tests/src/Unit/NameUnicodeExtrasTest.php |
Tests the unicode additional functions. |
|
|
|
NameUserTest |
class |
Drupal\Tests\name\Kernel |
tests/src/Kernel/NameUserTest.php |
Tests the integration with user module. |
|
|
|
NameWidget |
class |
Drupal\name\Plugin\Field\FieldWidget |
src/Plugin/Field/FieldWidget/NameWidget.php |
Plugin implementation of the 'name' widget. |
|
|
|
NameWidgetTest |
class |
Drupal\Tests\name\Functional |
tests/src/Functional/NameWidgetTest.php |
Various tests on creating a name widget on a node. |
|
|
|