Search for field_

  1. Search 7.x for field_
  2. Search 9.5.x for field_
  3. Search 10.3.x for field_
  4. Search 11.x for field_
  5. Other projects
Title Object type File name Summary
rest_test_entity_field_access function core/modules/rest/tests/modules/rest_test/rest_test.module Implements hook_entity_field_access().
RevisionableContentEntityBase::baseFieldDefinitions function core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php Provides base field definitions for an entity type.
RevisionLogEntityTrait::revisionLogBaseFieldDefinitions function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Provides revision-related base field definitions for an entity type.
Role::fields function core/modules/user/src/Plugin/migrate/source/d6/Role.php Returns available fields on the source.
Role::fields function core/modules/user/src/Plugin/migrate/source/d7/Role.php Returns available fields on the source.
RollbackFieldInstanceTest class core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php Migrates and rolls back Drupal 7 fields.
RollbackFieldInstanceTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php
RollbackFieldInstanceTest::executeRollback function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php Executes a single rollback.
RollbackFieldInstanceTest::testFieldInstances function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php Tests migrating D7 fields to field_storage_config entities, then rolling back.
RollbackFieldTest class core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php Migrates and rolls back Drupal 7 fields.
RollbackFieldTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php
RollbackFieldTest::executeRollback function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php Executes a single rollback.
RollbackFieldTest::testFields function core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php Tests migrating D7 fields to field_storage_config entities, then rolling back.
RowEntityRenderersTest::testFieldRenderers function core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php Tests the field row renderers.
RowPluginBase::$usesFields property core/modules/views/src/Plugin/views/row/RowPluginBase.php Does the row plugin support to add fields to its output.
RowPluginBase::usesFields function core/modules/views/src/Plugin/views/row/RowPluginBase.php Returns the usesFields property.
RssFields class core/modules/views/src/Plugin/views/row/RssFields.php Renders an RSS item based on fields.
RssFields.php file core/modules/views/src/Plugin/views/row/RssFields.php
RssFields::$usesFields property core/modules/views/src/Plugin/views/row/RssFields.php Does the row plugin support to add fields to its output.
RssFields::buildOptionsForm function core/modules/views/src/Plugin/views/row/RssFields.php Provide a form for setting options.
RssFields::defineOptions function core/modules/views/src/Plugin/views/row/RssFields.php Information about options for all kinds of purposes will be held here.
RssFields::getAbsoluteUrl function core/modules/views/src/Plugin/views/row/RssFields.php Convert a rendered URL string to an absolute URL.
RssFields::getField function core/modules/views/src/Plugin/views/row/RssFields.php Retrieves a views field value from the style plugin.
RssFields::render function core/modules/views/src/Plugin/views/row/RssFields.php Render a row object. This usually passes through to a theme template
of some form, but not always.
RssFields::validate function core/modules/views/src/Plugin/views/row/RssFields.php Validate that the plugin is correct and can be saved.
RssFieldsTest class core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Tests \Drupal\views\Plugin\views\row\RssFields.
RssFieldsTest.php file core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
RssFieldsTest::$modules property core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Modules to enable.
RssFieldsTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Views to be enabled.
RssFieldsTest::setUp function core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
RssFieldsTest::testLink function core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Tests correct processing of link fields.
RssTest::$fieldName property core/modules/taxonomy/tests/src/Functional/RssTest.php Name of the taxonomy term reference field.
SaveUploadFormTest::testUploadFieldIsHighlighted function core/modules/file/tests/src/Functional/SaveUploadFormTest.php Tests highlighting of file upload field when it has an error.
Schema::createFieldSql function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Create an SQL string for a field to be used in table creation or alteration.
Schema::createFieldSql function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Create an SQL string for a field to be used in table creation or alteration.
Schema::createFieldSql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Create an SQL string for a field to be used in table creation or
alteration.
Schema::fieldExists function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Check if a column exists in the given table.
Schema::fieldExists function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Check if a column exists in the given table.
Schema::fieldExists function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Check if a column exists in the given table.
Schema::fieldExists function core/lib/Drupal/Core/Database/Schema.php Check if a column exists in the given table.
Schema::fieldNames function core/lib/Drupal/Core/Database/Schema.php Return an array of field names from an array of key/index column specifiers.
Schema::fieldSetDefault function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Set the default value for a field.
Schema::fieldSetDefault function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Set the default value for a field.
Schema::fieldSetDefault function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Set the default value for a field.
Schema::fieldSetDefault function core/lib/Drupal/Core/Database/Schema.php Set the default value for a field.
Schema::fieldSetNoDefault function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Set a field to have no default value.
Schema::fieldSetNoDefault function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Set a field to have no default value.
Schema::fieldSetNoDefault function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Set a field to have no default value.
Schema::fieldSetNoDefault function core/lib/Drupal/Core/Database/Schema.php Set a field to have no default value.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.