Field |
class |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
A field that displays fieldapi fields. |
Field |
class |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
An entity field, i.e. a list of field items. |
Fields |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php |
The basic 'fields' row plugin |
Field.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Definition of Drupal\Core\Entity\Field\Type\Field. |
FieldTest |
class |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
Plugin annotation
@Plugin(
id = "test_field",
title = @Translation("Test field plugin"),
help = @Translation("Provides a generic field test plugin.")
) |
RssFields |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Renders an RSS item based on fields. |
FieldList |
class |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php |
Argument handler for list field to show the human readable name in the
summary. |
FieldList |
class |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/filter/FieldList.php |
Filter handler which uses list-fields as options. |
Field.php |
file |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Definition of Drupal\field\Plugin\views\field\Field. |
Field API |
group |
drupal/core/modules/field/field.module |
Attaches custom data fields to Drupal entities. |
FieldInfo |
class |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Provides field and instance definitions for the current runtime environment. |
field.css |
file |
drupal/core/modules/field/theme/field.css |
/* Field display */
.field .field-label {
font-weight: bold;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
float:left; /*LTR*/
}
/* Form display */
form .field-multiple-table {
margin: 0;
}
form .field-multiple-table… |
Fields.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php |
Definition of Drupal\views\Plugin\views\row\Fields. |
field.info |
file |
drupal/core/modules/field/field.info |
name = Field
description = Field API to add fields to entities like nodes and users.
package = Core
version = VERSION
core = 8.x
dependencies[] = field_sql_storage
required = TRUE
stylesheets[all][] = theme/field.css |
field_help |
function |
drupal/core/modules/field/field.module |
Implements hook_help(). |
field_cron |
function |
drupal/core/modules/field/field.module |
Implements hook_cron(). |
Field::get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Delegate. |
Field::init |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Overrides Drupal\views\Plugin\views\HandlerBase::init(). |
field_theme |
function |
drupal/core/modules/field/field.module |
Implements hook_theme(). |
FieldBundle |
class |
drupal/core/modules/field/lib/Drupal/field/FieldBundle.php |
Field dependency injection container. |
theme_field |
function |
drupal/core/modules/field/field.module |
Returns HTML for a field. |
FieldWebTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Tests fields from within a UI. |
FieldUrlTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
Tests the core Drupal\views\Plugin\views\field\Url handler. |
Field::query |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Called to add the field to a query. |
field.module |
file |
drupal/core/modules/field/field.module |
Attach custom data fields to Drupal entities. |
Sql::$fields |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
An array of fields. |
field_schema |
function |
drupal/core/modules/field/field.install |
Implements hook_schema(). |
fieldset.inc |
file |
drupal/core/modules/system/tests/modules/design_test/form/fieldset.inc |
Fieldset design test. |
field_access |
function |
drupal/core/modules/field/field.module |
Determines whether the user has access to a given field. |
db_add_field |
function |
drupal/core/includes/database.inc |
Adds a new field to a table. |
Field::$name |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
The entity field name. |
Field::$list |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Numerically indexed array of field items, implementing the
FieldItemInterface. |
Field::count |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements Countable::count(). |
Field::__get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Delegate. |
Field::__set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Delegate. |
FieldXssTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
Tests the core Drupal\views\Plugin\views\field\Xss handler. |
LanguageField |
class |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php |
Defines a field handler to translate a language into its readable form. |
Field::$items |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
An array to store field renderable arrays for use by render_items. |
Field::access |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Check whether current user has access to this handler. |
field.api.php |
file |
drupal/core/modules/field/field.api.php |
|
field.install |
file |
drupal/core/modules/field/field.install |
Install, update, and uninstall functions for the Field module. |
FieldInfoTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
|
FieldInfo.php |
file |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
|
FieldTypeTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Node/FieldTypeTest.php |
Tests the Drupal\node\Plugin\views\field\Type handler. |
FieldOverview |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Field UI field overview form. |
FieldTestBase |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php |
Parent class for Field API tests. |
TermFieldTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Tests for taxonomy term field and formatter. |
LinkFieldTest |
class |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Tests link field widgets and formatters. |
Merge::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
field_ui.info |
file |
drupal/core/modules/field_ui/field_ui.info |
name = Field UI
description = User interface for the Field API.
package = Core
version = VERSION
core = 8.x
dependencies[] = field |