field_views_field_label |
function |
drupal/core/modules/field/field.views.inc |
Returns the label of a certain field. |
Connection::escapeField |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Escapes a field name string. |
FieldInterface::__isset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Magic method for isset(): Delegates to the first item. |
FieldInterface::__unset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldInterface.php |
Magic method for unset(): Delegates to the first item. |
EmailFieldTest::getInfo |
function |
drupal/core/modules/field/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
|
FieldCounterTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCounterTest.php |
Sets up Drupal unit test environment. |
FieldItemBase::getValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements TypedDataInterface::getValue(). |
FieldItemBase::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements TypedDataInterface::setValue(). |
NumberFieldTest::$field |
property |
drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php |
|
FieldItemBase::validate |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements TypedDataInterface::validate(). |
FieldPluginBase::render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Render the field. |
user_field_extra_fields |
function |
drupal/core/modules/user/user.module |
Implements hook_field_extra_fields(). |
FieldXssTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
Views used by this test. |
FieldItemBase::getParent |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements ContextAwareInterface::getParent(). |
field_test_field_test_op |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Generic op to test _field_invoke behavior. |
FieldXssTest::dataHelper |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
|
FieldItemBase::setParent |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements ContextAwareInterface::setParent(). |
FieldWebTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Views used by this test. |
block_field_extra_fields |
function |
drupal/core/modules/block/block.module |
Implements hook_field_extra_fields(). |
FieldUrlTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
Views used by this test. |
image_field_delete_field |
function |
drupal/core/modules/image/image.module |
Implements hook_field_delete_field(). |
image_field_update_field |
function |
drupal/core/modules/image/image.module |
Implements hook_field_update_field(). |
EntityFieldTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
|
FieldCustomTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCustomTest.php |
|
WebTestBase::assertField |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a field exists with the given name or id. |
CrudTest::testReadFields |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Tests reading field definitions. |
RssFields::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
field_sql_storage_schema |
function |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.install |
Implements hook_schema(). |
Fields::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php |
Provide a form for setting options. |
field_sql_storage.module |
file |
drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Default implementation of the field storage API. |
hook_field_attach_submit |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_submit(). |
TestFieldWidgetNoDefault |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetNoDefault.php |
Plugin implementation of the 'test_field_widget_no_default' widget. |
Field::fakeFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Provides a fake field instance. |
hook_field_attach_insert |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_insert(). |
FieldAccessTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php |
|
hook_field_attach_update |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_update(). |
Field::submitGroupByForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
hook_field_attach_delete |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_delete(). |
FieldEntityTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
|
text_field_settings_form |
function |
drupal/core/modules/field/modules/text/text.module |
Implements hook_field_settings_form(). |
FieldList::defineOptions |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
hook_field_storage_write |
function |
drupal/core/modules/field/field.api.php |
Write field data for an entity. |
hook_field_storage_query |
function |
drupal/core/modules/field/field.api.php |
Execute a Drupal\Core\Entity\EntityFieldQuery. |
hook_field_display_alter |
function |
drupal/core/modules/field/field.api.php |
Alters the display settings of a field before it is displayed. |
hook_field_update_forbid |
function |
drupal/core/modules/field/field.api.php |
Forbid a field update from occurring. |
Merge::$expressionFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Array of fields to update to an expression in case of a duplicate record. |
NodeRevision::$pathField |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/NodeRevision.php |
Set default values for the path field options. |
LinkFieldUITest::getInfo |
function |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php |
|
hook_field_read_instance |
function |
drupal/core/modules/field/field.api.php |
Act on a field record being read from the database. |
TermFieldTest::$instance |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
|