FieldInfoTest::testFieldInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
Test that field types and field definitions are correctly cached. |
field_attach_delete_revision |
function |
drupal/core/modules/field/field.attach.inc |
Delete field data for a single revision of an existing entity. The passed
entity must have a revision ID attribute. |
LinkFieldUITest::testFieldUI |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php |
Tests that link field UI functionality does not generate warnings. |
Field::multiple_options_form |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Provide options for multiple value fields. |
LinkFieldTest::testLinkTitle |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Tests the link title settings of a link field. |
FieldCounterTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCounterTest.php |
Views used by this test. |
FieldCounterTest::testSimple |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCounterTest.php |
|
HandlerFieldUserNameTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldUserNameTest.php |
Contains \Drupal\user\Tests\Views\HandlerFieldUserNameTest. |
NodeAccessFieldTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php |
|
field_field_widget_info_alter |
function |
drupal/core/modules/field/field.module |
Implements hook_field_widget_info_alter(). |
FieldUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php |
|
FieldInstanceCrudTest::$field |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
|
NodeFieldMultilingualTestCase |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php |
Functional test for multilingual fields. |
FieldInstanceEditForm::delete |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceEditForm.php |
Redirects to the field instance deletion form. |
drupal_schema_get_field_value |
function |
drupal/core/includes/schema.inc |
Typecasts values to proper datatypes. |
FieldAttachOtherTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
|
FieldEditForm::$entityManager |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldEditForm.php |
The entity manager. |
FieldInstance::$default_value |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
Default field value. |
FieldByClassEnhancer::$source |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
|
FieldByClassEnhancer::$target |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
|
FieldByClassEnhancer::enhance |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldByClassEnhancer.php |
If the source field is instance of one of the entries in the map,
target is set to the value of that map entry. |
_field_create_entity_from_ids |
function |
drupal/core/modules/field/field.module |
Assembles a partial entity structure with initial IDs. |
FormTest::testFieldFormSingle |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
|
FieldInstanceFormBase::create |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceFormBase.php |
Instantiates a new instance of this controller. |
FieldSqlStorageTest::$modules |
property |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Modules to enable. |
FieldWebTest::assertSubString |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Assertion helper which checks whether a string is part of another string. |
FieldMapEnhancer::__construct |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
|
FormTest::testFieldFormAccess |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
Tests fields with no 'edit' access. |
FormTest::testNestedFieldForm |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
Tests Field API form integration within a subform. |
FieldPresenceEnhancer::$value |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldPresenceEnhancer.php |
value to set the target field to |
FieldFormCommand::__construct |
function |
drupal/core/modules/edit/lib/Drupal/edit/Ajax/FieldFormCommand.php |
Constructs a FieldFormCommand object. |
HandlerFieldRoleTest::getInfo |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldRoleTest.php |
|
field_sql_storage_update_8000 |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.install |
Renames the 'language' column to 'langcode' in field data tables. |
FieldInfo::$bundleExtraFields |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Extra fields by bundle. |
_field_sql_storage_columnname |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Generates a column name for a field data table. |
hook_field_extra_fields_alter |
function |
drupal/core/modules/field/field.api.php |
Alter "pseudo-field" components on fieldable entities. |
FieldUIUpgradePathTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUIUpgradePathTest.php |
Overrides Drupal\simpletest\WebTestBase::setUp() for upgrade testing. |
FieldInfo::getBundleInstances |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Retrieves the instances for a bundle. |
FieldPresenceEnhancerTest.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldPresenceEnhancerTest.php |
|
FieldInfo::prepareExtraFields |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Prepares 'extra fields' for the current run-time context. |
ClassMetadata::getTypeOfField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Returns a type name of this field. |
FieldUpdateForbiddenException |
class |
drupal/core/modules/field/lib/Drupal/field/FieldUpdateForbiddenException.php |
Exception class thrown by hook_field_update_forbid(). |
FileFieldValidateTest::$field |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
|
field_test_field_storage_info |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_info(). |
field_test_field_storage_load |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_load(). |
hook_field_storage_info_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API storage types. |
FieldFileSizeTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldFileSizeTest.php |
Views used by this test. |
StylePluginBase::renderFields |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Renders all of the fields for a given style and store them on the object. |
FieldOverview::$widgetManager |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
The widget plugin manager. |
HandlerFieldFieldTest::$nodes |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php |
|