FieldAttachTestBase |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachTestBase.php |
|
FieldSqlStorageTest |
class |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Tests field storage. |
Schema::fieldExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Check if a column exists in the given table. |
DummyClass::$field1 |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php |
A nice property. |
DummyClass::$field2 |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php |
Plugin annotation
@DummyJoinTable(name="join_table",
joinColumns={@DummyJoinColumn(name="col1", referencedColumnName="col2")},
inverseJoinColumns={
@DummyJoinColumn(name="col3", referencedColumnName="col4")
}) |
Sql::compile_fields |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Adds fields to the query. |
Schema::changeField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Change a field definition. |
number_field_schema |
function |
drupal/core/modules/field/modules/number/number.install |
Implements hook_field_schema(). |
FIELD_BEHAVIOR_NONE |
constant |
drupal/core/modules/field/field.module |
Value for field API indicating a widget doesn't accept default values. |
LinkFieldUITest.php |
file |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php |
Contains Drupal\link\Tests\LinkFieldUITest. |
FIELD_LOAD_REVISION |
constant |
drupal/core/modules/field/field.module |
Load the version of an entity's field data specified in the entity. |
FieldAccessTest.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php |
Definition of Drupal\field\Tests\FieldAccessTest. |
_field_filter_items |
function |
drupal/core/modules/field/field.module |
Filters out empty field values. |
NumberFieldTest.php |
file |
drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php |
Definition of Drupal\number\NumberFieldTest. |
taxonomy_field_info |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_field_info(). |
node_add_body_field |
function |
drupal/core/modules/node/node.module |
Adds the default body field to a node type. |
TextfieldWidget.php |
file |
drupal/core/modules/field/modules/text/lib/Drupal/text/Plugin/field/widget/TextfieldWidget.php |
Definition of Drupal\text\Plugin\field\widget\TextfieldWidget. |
file_field_is_empty |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_is_empty(). |
FieldInfo::getField |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Returns a field definition from a field name. |
image_field_presave |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_presave(). |
Field::offsetExists |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements ArrayAccess::offsetExists(). |
Schema::changeField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Change a field definition. |
field_info_instance |
function |
drupal/core/modules/field/field.info.inc |
Returns an array of instance data for a specific field and bundle. |
FileFieldWidgetTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests file field widget. |
field_ui_menu_title |
function |
drupal/core/modules/field_ui/field_ui.module |
Title callback: Returns the name of a given instance. |
FieldInterface::get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Delegates to the first item. |
field_invoke_method |
function |
drupal/core/modules/field/field.attach.inc |
Invokes a method on all the fields of a given entity. |
FieldUiTestBase.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUiTestBase.php |
Definition of Drupal\field_ui\Tests\FieldUiTestBase. |
EntityFieldTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Definition of Drupal\Core\Entity\Tests\EntityFieldTest. |
field_attach_presave |
function |
drupal/core/modules/field/field.attach.inc |
Performs necessary operations just before fields data get saved. |
FieldBooleanTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldBooleanTest.php |
Definition of Drupal\views\Tests\Handler\FieldBooleanTest. |
FieldCounterTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCounterTest.php |
Definition of Drupal\views\Tests\Handler\FieldCounterTest. |
QueryTest::add_field |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php |
|
field_read_instances |
function |
drupal/core/modules/field/field.crud.inc |
Reads in field instances that match an array of conditions. |
field_purge_instance |
function |
drupal/core/modules/field/field.crud.inc |
Purges a field instance record from the database. |
Schema::processField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Set database-engine specific properties for a field. |
RssFields::get_field |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Retrieves a views field value from the style plugin. |
Field::$limit_values |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Does the rendered fields get limited. |
Field::defineOptions |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
PostFile::$fieldName |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php |
|
options_field_schema |
function |
drupal/core/modules/field/modules/options/options.install |
Implements hook_field_schema(). |
field_test.field.inc |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Defines a field type and its formatters and widgets. |
rdf_preprocess_field |
function |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for field.tpl.php. |
Mapping::$usesFields |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Mapping.php |
Use fields without a row plugin. |
Merge::$insertFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields on which to insert. |
Merge::$updateFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields that will be updated. |
FieldTestBase::setUp |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php |
Set the default field storage backend for fields created during tests. |
Sql::set_count_field |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Set what field the query will count() on for paging. |
TermFieldTest::setUp |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |
LinkFieldTest::setUp |
function |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |