EmailFieldTest.php |
file |
drupal/core/modules/field/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
Definition of Drupal\email\Tests\EmailFieldTest. |
FieldBundle::build |
function |
drupal/core/modules/field/lib/Drupal/field/FieldBundle.php |
Overrides Symfony\Component\HttpKernel\Bundle\Bundle::build(). |
field.settings.yml |
file |
drupal/core/modules/field/config/field.settings.yml |
drupal/core/modules/field/config/field.settings.yml |
image_field_insert |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_insert(). |
field_info_bundles |
function |
drupal/core/modules/field/field.info.inc |
Returns information about existing bundles. |
image_field_update |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_update(). |
Field::offsetUnset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements ArrayAccess::offsetUnset(). |
image_field_delete |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_delete(). |
Field::getIterator |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements IteratorAggregate::getIterator(). |
field_test_install |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.install |
Implements hook_install(). |
image_field_schema |
function |
drupal/core/modules/image/image.install |
Implements hook_field_schema(). |
field_ui_menu_load |
function |
drupal/core/modules/field_ui/field_ui.module |
Menu loader callback: Loads a field instance based on field and bundle name. |
FieldItemInterface |
interface |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php |
Interface for entity field items, which are complex data objects
containing the values. |
OptionsFieldUITest |
class |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options module UI tests. |
field_widget_field |
function |
drupal/core/modules/field/field.form.inc |
Retrieves the field definition for a widget's helper callbacks. |
Comparison::$field |
property |
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 ComplexDataInterface::get(). |
FieldItemBase::set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements ComplexDataInterface::set(). |
field_attach_submit |
function |
drupal/core/modules/field/field.attach.inc |
Performs necessary operations on field data submitted by a form. |
field_attach_insert |
function |
drupal/core/modules/field/field.attach.inc |
Save field data for a new entity. |
field_attach_update |
function |
drupal/core/modules/field/field.attach.inc |
Saves field data for an existing entity. |
field_attach_delete |
function |
drupal/core/modules/field/field.attach.inc |
Deletes field data for an existing entity. This deletes all revisions of
field data for the entity. |
field_test_memorize |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Store and retrieve keyed data for later verification by unit tests. |
TestFieldWidget.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidget.php |
Definition of Drupal\field_test\Plugin\field\widget\TestFieldWidget. |
FieldWebTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Sets up a Drupal site for running functional and integration tests. |
FieldPluginBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Definition of Drupal\views\Plugin\views\field\FieldPluginBase. |
views_ui_field_list |
function |
drupal/core/modules/views/views_ui/admin.inc |
List all instances of fields on any views. |
Schema::fieldExists |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Check if a column exists in the given table. |
FieldCustomTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCustomTest.php |
Definition of Drupal\views\Tests\Handler\FieldCustomTest. |
field_read_instance |
function |
drupal/core/modules/field/field.crud.inc |
Reads a single instance record from the database. |
FieldEntityTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
Definition of Drupal\views\Tests\Entity\FieldEntityTest. |
Schema::changeField |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Change a field definition. |
link_field_is_empty |
function |
drupal/core/modules/field/modules/link/link.module |
Implements hook_field_is_empty(). |
HandlerBase::$field |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
With field you can override the realField if the real field is not set. |
hook_field_validate |
function |
drupal/core/modules/field/field.api.php |
Validate this module's field data. |
RssFields::validate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Validate that the plugin is correct and can be saved. |
hook_field_is_empty |
function |
drupal/core/modules/field/field.api.php |
Define what constitutes an empty item for a field type. |
Fields::$usesFields |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php |
Does the row plugin support to add fields to it's output. |
Field Formatter API |
group |
drupal/core/modules/field/field.api.php |
Define Field API formatter types. |
NodeAccessFieldTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php |
Tests the interaction of the node access system with fields. |
Schema::changeField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Change a field definition. |
Field::render_items |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Render all items in this field together. |
Schema::fieldExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Check if a column exists in the given table. |
text_field_validate |
function |
drupal/core/modules/field/modules/text/text.module |
Implements hook_field_validate(). |
text_field_is_empty |
function |
drupal/core/modules/field/modules/text/text.module |
Implements hook_field_is_empty(). |
Comment::$pathField |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php |
Set default values for the path field options. |
Sql::$field_aliases |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
An array mapping table aliases and field names to field aliases. |
FieldOverview::form |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Overrides Drupal\field_ui\OverviewBase::form(). |
Merge::updateFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Adds a set of field->value pairs to be updated. |
Merge::insertFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
Adds a set of field->value pairs to be inserted. |