Search for Field
- Search 7.x for Field
- Search 9.5.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Field | class | core/ |
A stub class to provide backward compatibility for EntityField. |
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 |
---|---|---|---|
StringFormatterTest::renderEntityFields | function | core/ |
Renders fields of a given entity with a given display. |
StringIdEntityTest::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
StringListField | class | core/ |
Argument handler for list field to show the human readable name in summary. |
StringListField.php | file | core/ |
|
StringListField::$allowedValues | property | core/ |
Stores the allowed values of this field. |
StringListField::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
StringListField::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
StringListField::init | function | core/ |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
StringListField::summaryName | function | core/ |
Provides the name to use for the summary. By default this is just the name field. |
StringTextfieldWidget | class | core/ |
Plugin implementation of the 'string_textfield' widget. |
StringTextfieldWidget.php | file | core/ |
|
StringTextfieldWidget::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
StringTextfieldWidget::formElement | function | core/ |
Returns the form for a single field widget. |
StringTextfieldWidget::settingsForm | function | core/ |
Returns a form to configure settings for the widget. |
StringTextfieldWidget::settingsSummary | function | core/ |
Returns a short summary for the current widget settings. |
StubSourcePlugin::fields | function | core/ |
Returns available fields on the source. |
StyleFieldsTest | class | core/ |
Tests fields style functionality. |
StyleFieldsTest.php | file | core/ |
|
StyleFieldsTest::$testViews | property | core/ |
Views to be enabled. |
StyleFieldsTest::testInlineFields | function | core/ |
Tests inline fields and separator. |
StylePluginBase::$defaultFieldLabels | property | core/ |
Should field labels be enabled by default. |
StylePluginBase::$rendered_fields | property | core/ |
Stores the rendered field values, keyed by the row index and field name. |
StylePluginBase::$usesFields | property | core/ |
Does the style plugin for itself support to add fields to its output. |
StylePluginBase::defaultFieldLabels | function | core/ |
Return TRUE if this style enables field labels by default. |
StylePluginBase::getField | function | core/ |
Gets a rendered field. |
StylePluginBase::getFieldValue | function | core/ |
Get the raw field value. |
StylePluginBase::renderFields | function | core/ |
Renders all of the fields for a given style and store them on the object. |
StylePluginBase::usesFields | function | core/ |
Return TRUE if this style also uses fields. |
StyleSerializerTest::testFieldapiField | function | core/ |
Tests the field row style using fieldapi fields. |
StyleSerializerTest::testFieldRawOutput | function | core/ |
Tests the raw output options for row field rendering. |
StyleSerializerTest::testUIFieldAlias | function | core/ |
Test the field ID alias functionality of the DataFieldRow plugin. |
StyleTableTest::testFieldInColumns | function | core/ |
Test table fields in columns. |
StyleTableTest::testNumericFieldVisible | function | core/ |
Test that a number with the value of "0" is displayed in the table. |
system_post_update_extra_fields | function | core/ |
Update all entity view displays that contain extra fields. |
system_post_update_extra_fields_form_display | function | core/ |
Update all entity form displays that contain extra fields. |
system_post_update_field_formatter_entity_schema | function | core/ |
Clear caches due to schema changes in core.entity.schema.yml. |
system_post_update_field_type_plugins | function | core/ |
Force field type plugin definitions to be cleared. |
system_theme_suggestions_field | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
Table::$defaultFieldLabels | property | core/ |
Should field labels be enabled by default. |
Table::$usesFields | property | core/ |
Does the style plugin for itself support to add fields to its output. |
TableMappingInterface::getFieldColumnName | function | core/ |
Generates a column name for a field property. |
TableMappingInterface::getFieldNames | function | core/ |
Gets a list of names for entity fields stored in the specified table. |
TableMappingInterface::getFieldTableName | function | core/ |
Gets the table name for a given column. |
Tables::$caseSensitiveFields | property | core/ |
List of case sensitive fields. |
Tables::$entityFieldManager | property | core/ |
The entity field manager. |
Tables::$fieldTables | property | core/ |
Field table array, key is table name, value is alias. |
Tables::addField | function | core/ |
Adds a field to a database query. |
Tables::addField | function | core/ |
Adds a field to a database query. |
Tables::ensureFieldTable | function | core/ |
Join field table if necessary. |
Tables::isFieldCaseSensitive | function | core/ |
Determines whether the given field is case sensitive. |
Pagination
- Previous page
- Page 132
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.