datetime_field_schema |
function |
drupal/core/modules/datetime/datetime.install |
Implements hook_field_schema(). |
FieldImportDeleteTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportDeleteTest.php |
Tests deleting fields and instances as part of config import. |
EntityRow::$base_field |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/EntityRow.php |
The actual field which is used for the entity id. |
field_modules_disabled |
function |
drupal/core/modules/field/field.module |
Implements hook_modules_disabled(). |
NumberFieldTest::setUp |
function |
drupal/core/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |
SelectExtender::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Add multiple fields from the same table to be SELECTed. |
FieldInstance::$bundle |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
The name of the bundle the instance is attached to. |
PostFile::setFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php |
Set the name of the field |
PostFile::getFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php |
Get the name of the field |
Schema::createFieldSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Create an SQL string for a field to be used in table creation or alteration. |
template_process_field |
function |
drupal/core/modules/field/field.module |
Theme process function for theme_field() and field.html.twig. |
FieldInstance::saveNew |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
Saves a new field instance definition. |
OptionsFieldUITest.php |
file |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Contains \Drupal\options\Tests\OptionsFieldUITest. |
ViewExecutable::$field |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Stores the field handlers which are initialized on this view. |
taxonomy_field_presave |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_field_presave(). |
FieldStorageController |
class |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
Controller class for fields. |
FieldUrlTest::$modules |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
Modules to enable. |
FieldAccessTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/FieldAccessTest.php |
Sets up Drupal unit test environment. |
field_ui.admin-rtl.css |
file |
drupal/core/modules/field_ui/css/field_ui.admin-rtl.css |
Right-to-left specific stylesheet for the Field UI module. |
theme_views_view_field |
function |
drupal/core/modules/views/views.theme.inc |
Display a single views field. |
FieldFormatter::$label |
property |
drupal/core/modules/field/lib/Drupal/field/Annotation/FieldFormatter.php |
The human-readable name of the formatter type. |
FieldFormatter::$class |
property |
drupal/core/modules/field/lib/Drupal/field/Annotation/FieldFormatter.php |
The name of the field formatter class. |
field_ui_test.info.yml |
file |
drupal/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml |
drupal/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml |
Field::$storageDetails |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
The storage information for the field. |
FieldInfo::$fieldsById |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
List of $field structures keyed by ID. Includes deleted fields. |
FieldUIUpgradePathTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUIUpgradePathTest.php |
Test upgrade of Field UI. |
field_sql_storage_help |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_help(). |
FieldInfo::__construct |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Constructs this FieldInfo object. |
FieldInfo::getFieldMap |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Collects a lightweight map of fields across bundles. |
TermFieldTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
|
FieldInstanceInterface |
interface |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceInterface.php |
Provides an interface defining a field instance entity. |
JoinPluginBase::$field |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php |
The field to join on (right field). |
telephone_field_schema |
function |
drupal/core/modules/telephone/telephone.install |
Implements hook_field_schema(). |
hook_field_attach_form |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_form(). |
hook_field_attach_load |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_load(). |
options_field_validate |
function |
drupal/core/modules/options/options.module |
Implements hook_field_validate(). |
ImageFieldTestBase.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php |
Definition of Drupal\image\Tests\ImageFieldTestBase. |
options_field_is_empty |
function |
drupal/core/modules/options/options.module |
Implements hook_field_is_empty(). |
Schema::createFieldSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Create an SQL string for a field to be used in table creation or alteration. |
field.multilingual.inc |
file |
drupal/core/modules/field/field.multilingual.inc |
Functions implementing Field API multilingual support. |
EntityFieldTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Sets up Drupal unit test environment. |
views.field.schema.yml |
file |
drupal/core/modules/views/config/schema/views.field.schema.yml |
drupal/core/modules/views/config/schema/views.field.schema.yml |
TextFieldTest::getInfo |
function |
drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
|
field_test.storage.inc |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Defines a field storage backend. |
hook_field_purge_field |
function |
drupal/core/modules/field/field.api.php |
Acts when a field record is being purged. |
FieldItemBase::__isset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements \Drupal\Core\Entity\Field\FieldItemInterface::__isset(). |
FieldItemBase::__unset |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements \Drupal\Core\Entity\Field\FieldItemInterface::__unset(). |
FieldTestBase::$fields |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldTestBase.php |
Stores the field definitions used by the test. |
field_ui_instance_load |
function |
drupal/core/modules/field_ui/field_ui.module |
Menu loader callback: Loads a field instance based on field and bundle name. |
Schema::createFieldSql |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Create an SQL string for a field to be used in table creation or
alteration. |