Schema::processField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Set database-engine specific properties for a field. |
Sql::get_field_alias |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Returns the alias for the given field added to $table. |
email_field_is_empty |
function |
drupal/core/modules/field/modules/email/email.module |
Implements hook_field_is_empty(). |
FieldAttachOtherTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Unit test class for non-storage related field_attach_* functions. |
field_valid_language |
function |
drupal/core/modules/field/field.multilingual.inc |
Ensures that a given language code is valid. |
field_default_insert |
function |
drupal/core/modules/field/field.default.inc |
Inserts a default value if no $entity->$field_name entry was provided. |
number_field_presave |
function |
drupal/core/modules/field/modules/number/number.module |
Implements hook_field_presave(). |
Tables::$fieldTables |
property |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php |
Field table array, key is table name, value is alias. |
field_data_type_info |
function |
drupal/core/modules/field/field.module |
Implements hook_data_type_info() to register data types for all field types. |
OptionsFieldTest.php |
file |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php |
Definition of Drupal\options\Tests\OptionsFieldTest. |
TextFieldTest::setUp |
function |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |
FieldInfo::$fieldMap |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Lightweight map of fields across entity types and bundles. |
field_extract_bundle |
function |
drupal/core/modules/field/field.module |
Extracts the bundle name from a bundle object. |
field_ui_fields_list |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Page callback: Lists all defined fields for quick reference. |
file_field_displayed |
function |
drupal/core/modules/file/file.field.inc |
Determines whether a file should be displayed when outputting field content. |
Schema::processField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Set database-engine specific properties for a field. |
FieldInfo::getFields |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Returns all active fields, including deleted ones. |
theme_field_ui_table |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Returns HTML for Field UI overview tables. |
db_field_set_default |
function |
drupal/core/includes/database.inc |
Sets the default value for a field. |
FieldUnitTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Sets up Drupal unit test environment. |
field_info_field_map |
function |
drupal/core/modules/field/field.info.inc |
Returns a lightweight map of fields across bundles. |
FileFieldDisplayTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldDisplayTest.php |
Tests that formatters are working properly. |
image_field_is_empty |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_is_empty(). |
field_info_instances |
function |
drupal/core/modules/field/field.info.inc |
Retrieves information about field instances. |
Views field handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Handlers to tell Views how to build and display fields. |
ApiDataTest::$fields |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/ApiDataTest.php |
Stores the fields for this test case. |
field_form_get_state |
function |
drupal/core/modules/field/field.form.inc |
Retrieves processing information about a field from $form_state. |
field_form_set_state |
function |
drupal/core/modules/field/field.form.inc |
Stores processing information about a field in $form_state. |
FIELD_STORAGE_UPDATE |
constant |
drupal/core/modules/field/field.attach.inc |
Argument for an update operation. |
FIELD_STORAGE_INSERT |
constant |
drupal/core/modules/field/field.attach.inc |
Argument for an insert operation. |
FieldItemBase::$name |
property |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
The item delta or name. |
ManageFieldsTest.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Definition of Drupal\field_ui\Tests\ManageFieldsTest. |
Comparison::getField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Comparison.php |
|
FieldItemBase::__get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements FieldItemInterface::__get(). |
FieldItemBase::__set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements FieldItemInterface::__set(). |
FieldXssTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
|
FieldWebTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
|
LanguageField::render |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php |
Render the field. |
FormatterBase::$field |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Formatter/FormatterBase.php |
The field definition. |
FieldUrlTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
|
FileFieldRevisionTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php |
Tests file handling with node revisions. |
field_create_instance |
function |
drupal/core/modules/field/field.crud.inc |
Creates an instance of a field, binding it to a bundle. |
field_update_instance |
function |
drupal/core/modules/field/field.crud.inc |
Updates an instance of a field. |
_field_write_instance |
function |
drupal/core/modules/field/field.crud.inc |
Stores an instance record in the field configuration database. |
FieldTest::$testValue |
property |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
A temporary stored test value for the test. |
FieldFileSizeTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldFileSizeTest.php |
Definition of Drupal\views\Tests\Handler\FieldFileSizeTest. |
field_delete_instance |
function |
drupal/core/modules/field/field.crud.inc |
Marks a field instance and its data for deletion. |
Insert::$insertFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Insert.php |
An array of fields on which to insert. |
hook_field_info_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API field types. |
HandlerBase::getField |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Shortcut to get a handler's raw field value. |