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. |
FieldStorageController |
class |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
Controller class for fields. |
FieldInfo::$fieldsById |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
List of $field structures keyed by ID. Includes deleted fields. |
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. |
FieldTestBase::$fields |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldTestBase.php |
Stores the field definitions used by the test. |
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. |
FieldsOverlapException |
class |
drupal/core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php |
Exception thrown if an insert query specifies a field twice. |
Insert::$defaultFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Insert.php |
An array of fields that should be set to their database-defined defaults. |
RssFields::$usesFields |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Does the row plugin support to add fields to it's output. |
Schema::fieldSetDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Set the default value for a field. |
theme_views_view_fields |
function |
drupal/core/modules/views/views.theme.inc |
Returns HTML for multiple views fields. |
user_field_extra_fields |
function |
drupal/core/modules/user/user.module |
Implements hook_field_extra_fields(). |
hook_field_extra_fields |
function |
drupal/core/modules/field/field.api.php |
Exposes "pseudo-field" components on fieldable entities. |
Schema::fieldSetDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Set the default value for a field. |
SelectInterface::fields |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Add multiple fields from the same table to be SELECTed. |
RearrangeFieldsTest.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RearrangeFieldsTest.php |
Contains \Drupal\views_ui\tests\RearrangeFieldsTest. |
Schema::fieldSetDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Set the default value for a field. |
node_field_extra_fields |
function |
drupal/core/modules/node/node.module |
Implements hook_field_extra_fields(). |
FieldSqlStorageTest.php |
file |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Definition of Drupal\field_sql_storage\FieldSqlStorageTest. |
field_info_extra_fields |
function |
drupal/core/modules/field/field.info.inc |
Returns a list and settings of pseudo-field elements in a given bundle. |
ManageFieldsTest::setUp |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Sets up a Drupal site for running functional and integration tests. |
Schema::fieldSetDefault |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Set the default value for a field. |
ContactFieldsTest::setUp |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/Views/ContactFieldsTest.php |
Sets up a Drupal site for running functional and integration tests. |
form_test_group_fieldset |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Builds a simple form to test the #group property on #type 'fieldset'. |
drupal_schema_fields_sql |
function |
drupal/core/includes/schema.inc |
Retrieves a list of fields from a table schema. |
Fields::buildOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php |
Provide a form for setting options. |
CrudTest::testReadFields |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Tests reading field definitions. |
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. |
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( |
ContactFieldsTest::$field |
property |
drupal/core/modules/contact/lib/Drupal/contact/Tests/Views/ContactFieldsTest.php |
Contains the field definition array attached to contact used for this test. |
DataFieldRow::$usesFields |
property |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/row/DataFieldRow.php |
Overrides \Drupal\views\Plugin\views\row\RowPluginBase::$usesFields. |
Fields::submitOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Set a field to have no default value. |
FieldInfo::$unknownFields |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Separately tracks requested field names or IDs that do not exist. |
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Set a field to have no default value. |
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Set a field to have no default value. |
Update::$expressionFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Array of fields to update to an expression in case of a duplicate record. |
ManageFieldsTest::getInfo |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
|
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Set a field to have no default value. |
design_test_form_fieldset |
function |
drupal/core/modules/system/tests/modules/design_test/form/fieldset.inc |
Form constructor for testing theme_fieldset(). |
RowPluginBase::usesFields |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php |
Returns the usesFields property. |
SelectExtender::getFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the fields array for this query. |
ContactFieldsTest::getInfo |
function |
drupal/core/modules/contact/lib/Drupal/contact/Tests/Views/ContactFieldsTest.php |
|
comment_field_extra_fields |
function |
drupal/core/modules/comment/comment.module |
Implements hook_field_extra_fields(). |
FieldSqlStorageTest::setUp |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Sets up Drupal unit test environment. |
SelectInterface::getFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Returns a reference to the fields array for this query. |
FieldStorageController.php |
file |
drupal/core/modules/field/lib/Drupal/field/FieldStorageController.php |
Contains \Drupal\field\FieldStorageController. |
CommentFieldsTest::getInfo |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
|
FieldTestBase::setUpFields |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldTestBase.php |
|
EntityTranslation::$fields |
property |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
The array of translated fields, each being an instance of
\Drupal\Core\Entity\FieldInterface. |