FieldsOverlapException |
class |
drupal/core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php |
Exception thrown if an insert query specifies a field twice. |
path_entity_field_info |
function |
drupal/core/modules/path/path.module |
Implements hook_entity_field_info(). |
FieldItemInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php |
Contains \Drupal\Core\Entity\Field\FieldItemInterface. |
TelephoneFieldTest.php |
file |
drupal/core/modules/telephone/lib/Drupal/telephone/Tests/TelephoneFieldTest.php |
Contains \Drupal\telephone\TelephoneFieldTest. |
field_default_validate |
function |
drupal/core/modules/field/field.default.inc |
Generic field validation handler. |
field_info_cache_clear |
function |
drupal/core/modules/field/field.info.inc |
Clears the field info cache without clearing the field data cache. |
FieldPluginBase::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Called to add the field to a query. |
field_behaviors_widget |
function |
drupal/core/modules/field/field.info.inc |
Determines the behavior of a widget with respect to an operation. |
field_info_field_types |
function |
drupal/core/modules/field/field.info.inc |
Returns information about field types from hook_field_info(). |
FieldPluginBase::label |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Get this field's label. |
hook_entity_field_info |
function |
drupal/core/includes/entity.api.php |
Define custom entity properties. |
field_info_field_by_id |
function |
drupal/core/modules/field/field.info.inc |
Returns data about an individual field, given a field ID. |
Insert::$defaultFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Insert.php |
An array of fields that should be set to their database-defined defaults. |
BulkDeleteTest::$field |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php |
|
field_views_data_alter |
function |
drupal/core/modules/field/field.views.inc |
Implements hook_views_data_alter(). |
field_test_entity_info |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Implements hook_entity_info(). |
FieldUnitTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
|
FieldAccessTest::setUp |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php |
Sets up a Drupal site for running functional and integration tests. |
FieldTypeTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/FieldTypeTest.php |
|
field_test_entity_save |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Saves a test_entity. |
FieldPluginBase::theme |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Call out to the theme() function, which probably just calls render() but
allows sites to override output fairly easily. |
email_field_info_alter |
function |
drupal/core/modules/email/email.module |
Implements hook_field_info_alter(). |
field_test_entity_edit |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Menu callback: displays the 'Edit exiisting test_entity' form. |
FieldDateTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php |
|
_field_invoke_multiple |
function |
drupal/core/modules/field/field.attach.inc |
Invokes a field hook across fields on multiple entities. |
image_field_views_data |
function |
drupal/core/modules/image/image.views.inc |
Implements hook_field_views_data(). |
FieldInfoTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
|
Field::add_field_table |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Determine if the field table should be added to the query. |
LinkFieldUITest::setUp |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php |
Sets up a Drupal site for running functional and integration tests. |
LinkFieldTest::getInfo |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
|
FieldAttachStorageTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Unit test class for storage-related field_attach_* functions. |
FIELD_BEHAVIOR_DEFAULT |
constant |
drupal/core/modules/field/field.module |
Value for field API concerning widget default and multiple value settings. |
FieldUiTestBase::setUp |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
EntityType::$fieldable |
property |
drupal/core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
Boolean indicating whether fields can be attached to entities of this type. |
ImageFieldValidateTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php |
Test class to check for various validations. |
RssFields::$usesFields |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Does the row plugin support to add fields to it's output. |
FieldList::summaryName |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php |
Provides the name to use for the summary. By default this is just
the name field. |
NumberFieldTest::$field |
property |
drupal/core/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php |
|
field_language_fallback |
function |
drupal/core/modules/field/field.module |
Applies language fallback rules to the fields attached to the given entity. |
FieldDeleteForm::create |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldDeleteForm.php |
Instantiates a new instance of this controller. |
field_sync_field_status |
function |
drupal/core/modules/field/field.module |
Refreshes the 'active' and 'storage[active]' values for fields. |
field_get_default_value |
function |
drupal/core/modules/field/field.module |
Helper function to get the default value for a field on an entity. |
FieldXssTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
Returns the views data definition. |
FieldInstance::$deleted |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
Flag indicating whether the instance is deleted. |
Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Returns a mapping of Drupal schema field names to DB-native field types. |
taxonomy_field_validate |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_field_validate(). |
taxonomy_field_is_empty |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_field_is_empty(). |
FieldInstance::getField |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
Returns the field entity for this instance. |
FieldWebTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Overrides \Drupal\views\Tests\ViewTestBase::viewsData(). |
Schema::fieldSetDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Set the default value for a field. |