Search for Field
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
Drupal 6 field source from database. |
Field | class | core/ |
Drupal 7 field source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField | function | core/ |
@covers ::onFieldDefinitionCreate |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles | function | core/ |
@covers ::onFieldDefinitionDelete |
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles | function | core/ |
@covers ::onFieldDefinitionDelete |
FieldDefinitionListenerTest::testOnFieldDefinitionUpdate | function | core/ |
@covers ::onFieldDefinitionUpdate |
FieldDefinitionTest | class | core/ |
Unit test for the FieldDefinition class. |
FieldDefinitionTest.php | file | core/ |
|
FieldDefinitionTest::$fieldType | property | core/ |
A dummy field type name. |
FieldDefinitionTest::$fieldTypeDefinition | property | core/ |
A dummy field type definition. |
FieldDefinitionTest::$storageDefinition | property | core/ |
The test field storage definition. |
FieldDefinitionTest::$storageSupportsTranslation | property | core/ |
A flag for setting if the field storage supports translation. |
FieldDefinitionTest::factoryTypeProvider | function | core/ |
A data provider for all the types of factories that can create definitions. |
FieldDefinitionTest::initializeFieldUsingFactory | function | core/ |
Creates a bundle field using a specified factory. |
FieldDefinitionTest::mockDefaultValueCallback | function | core/ |
Provides a Mock base field default value callback. |
FieldDefinitionTest::setUp | function | core/ |
|
FieldDefinitionTest::testBundle | function | core/ |
@covers ::setTargetBundle @covers ::getTargetBundle @dataProvider factoryTypeProvider |
FieldDefinitionTest::testDefaultFieldSettings | function | core/ |
@covers ::getSetting @covers ::setSetting @covers ::getSettings @dataProvider factoryTypeProvider |
FieldDefinitionTest::testDefaultValueCallback | function | core/ |
Tests default value callbacks. |
FieldDefinitionTest::testDisplayConfigurationSettings | function | core/ |
Tests the display configuration settings. |
FieldDefinitionTest::testFieldDefaultValue | function | core/ |
@covers ::getDefaultValue @covers ::setDefaultValue @dataProvider factoryTypeProvider |
FieldDefinitionTest::testFieldDescription | function | core/ |
@covers ::getDescription @dataProvider factoryTypeProvider |
FieldDefinitionTest::testFieldLabel | function | core/ |
@covers ::getLabel @dataProvider factoryTypeProvider |
FieldDefinitionTest::testFieldName | function | core/ |
@covers ::getName @dataProvider factoryTypeProvider |
FieldDefinitionTest::testFieldRequired | function | core/ |
Tests required. |
FieldDefinitionTest::testFieldSettings | function | core/ |
@covers ::getSetting @covers ::setSetting @covers ::getSettings @dataProvider factoryTypeProvider |
FieldDefinitionTest::testFieldTranslatable | function | core/ |
Tests field translatable methods. |
FieldDefinitionTest::testFieldType | function | core/ |
@covers ::getType @dataProvider factoryTypeProvider |
FieldDefinitionTest::testInvalidDefaultValueCallback | function | core/ |
Tests invalid default value callbacks. |
FieldDefinitionTest::testNullDefaultValueCallback | function | core/ |
Tests NULL default value callbacks. |
FieldDialogsTest | class | core/ |
Tests the fields dialogs. |
FieldDialogsTest.php | file | core/ |
|
FieldDialogsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FieldDialogsTest::$modules | property | core/ |
Modules to install. |
FieldDialogsTest::$testViews | property | core/ |
Views used by this test. |
FieldDialogsTest::openFieldDialog | function | core/ |
Uses the 'And/Or Rearrange' link for fields to open a dialog. |
FieldDialogsTest::setUp | function | core/ |
|
FieldDialogsTest::testRemoveFieldHandler | function | core/ |
Tests removing a field through the rearrange dialog. |
FieldDiscovery | class | core/ |
Provides field discovery for Drupal 6 & 7 migrations. |
FieldDiscovery.php | file | core/ |
|
FieldDiscovery::$bundleKeys | property | core/ |
An array of bundle keys, keyed by drupal core version. |
FieldDiscovery::$discoveredFieldsCache | property | core/ |
A cache of discovered fields. |
FieldDiscovery::$fieldPluginCache | property | core/ |
An array of already discovered field plugin information. |
FieldDiscovery::$fieldPluginManager | property | core/ |
The field plugin manager. |
FieldDiscovery::$logger | property | core/ |
The logger channel service. |
FieldDiscovery::$migrationPluginManager | property | core/ |
The migration plugin manager. |
FieldDiscovery::$sourcePluginIds | property | core/ |
An array of source plugin ids, keyed by Drupal core version. |
FieldDiscovery::$supportedCoreVersions | property | core/ |
An array of supported Drupal core versions. |
FieldDiscovery::addAllFieldProcesses | function | core/ |
|
FieldDiscovery::addBundleFieldProcesses | function | core/ |
|
FieldDiscovery::addEntityFieldProcesses | function | core/ |
|
FieldDiscovery::getAllFields | function | core/ |
Gets all field information related to this migration. |
Pagination
- Previous page
- Page 53
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.