Field Types API |
group |
drupal/core/modules/field/field.api.php |
Defines field, widget, display formatter, and storage types. |
hook_field_info |
function |
drupal/core/modules/field/field.api.php |
Define Field API field types. |
hook_field_load |
function |
drupal/core/modules/field/field.api.php |
Define custom load behavior for this module's field types. |
TestFieldWidget |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidget.php |
Plugin implementation of the 'test_field_widget' widget. |
FieldAccessTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php |
Tests the functionality of field access. |
FieldEntityTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
Tests the field plugin base integration with the entity system. |
FieldUiTestBase |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php |
Provides common functionality for the Field UI test classes. |
text_field_info |
function |
drupal/core/modules/field/modules/text/text.module |
Implements hook_field_info(). |
FieldList::init |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php |
Overrides Drupal\views\Plugin\views\HandlerBase:init(). |
text_field_load |
function |
drupal/core/modules/field/modules/text/text.module |
Implements hook_field_load(). |
FieldBundle.php |
file |
drupal/core/modules/field/lib/Drupal/field/FieldBundle.php |
Contains Drupal\field\FieldBundle. |
field.views.inc |
file |
drupal/core/modules/field/field.views.inc |
Provide Views data and handlers for field.module. |
field_test.info |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.info |
name = "Field API Test"
description = "Support module for the Field API tests."
core = 8.x
package = Testing
version = VERSION
hidden = TRUE |
TextfieldWidget |
class |
drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/widget/TextfieldWidget.php |
Plugin implementation of the 'text_textfield' widget. |
LinkFieldUITest |
class |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php |
Tests link field UI functionality. |
field_ui.module |
file |
drupal/core/modules/field_ui/field_ui.module |
Allows administrators to attach custom fields to fieldable types. |
file_field_info |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_info(). |
db_escape_field |
function |
drupal/core/includes/database.inc |
Restricts a dynamic column or constraint name to safe characters. |
field_get_items |
function |
drupal/core/modules/field/field.module |
Returns the field items in the language they currently would be displayed. |
db_field_exists |
function |
drupal/core/includes/database.inc |
Checks if a column exists in the given table. |
Field::getValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements TypedDataInterface::getValue(). |
Field::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements TypedDataInterface::setValue(). |
Field::validate |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements TypedDataInterface::validate(). |
db_change_field |
function |
drupal/core/includes/database.inc |
Changes a field definition. |
image.field.inc |
file |
drupal/core/modules/image/image.field.inc |
Implement an image field, based on the file module's file field. |
FieldPluginBase |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Base field handler that has no options and renders an unformatted field. |
Select::$fields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
The fields to SELECT. |
NumberFieldTest |
class |
drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php |
Tests for number field types. |
Rss::$base_field |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/Rss.php |
|
Select::addField |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Adds a field to the list to be SELECTed. |
Rss::$base_field |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/Rss.php |
|
FieldXssTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
Definition of Drupal\views\Tests\Handler\FieldXssTest. |
FieldWebTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Contains \Drupal\views\Tests\Handler\FieldWebTest. |
field_read_field |
function |
drupal/core/modules/field/field.crud.inc |
Reads a single field record directly from the database. |
FieldUrlTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
Definition of Drupal\views\Tests\Handler\FieldUrlTest. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Add a new field to a table. |
field_purge_data |
function |
drupal/core/modules/field/field.crud.inc |
Purges the field data for a single field on a single pseudo-entity. |
ManageFieldsTest |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Tests the functionality of the 'Manage fields' screen. |
Field::$multiple |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Does the field supports multiple field values. |
Field Widget API |
group |
drupal/core/modules/field/field.api.php |
Define Field API widget types. |
Field::$instance |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Store the field instance. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Add a new field to a table. |
Field::get_items |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Return an array of items for the field. |
field.attach.inc |
file |
drupal/core/modules/field/field.attach.inc |
Field attach API, allowing entities (nodes, users, ...) to be 'fieldable'. |
Node::$pathField |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Set default values for the path field options. |
email_field_info |
function |
drupal/core/modules/field/modules/email/email.module |
Implements hook_field_info(). |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Add a new field to a table. |
field_ui.api.php |
file |
drupal/core/modules/field_ui/field_ui.api.php |
Hooks provided by the Field UI module. |
Tables::addField |
function |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
|
FieldBooleanTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldBooleanTest.php |
Tests the core Drupal\views\Plugin\views\field\Boolean handler. |