number_field_presave |
function |
drupal/core/modules/number/number.module |
Implements hook_field_presave(). |
FieldUIRouteTest.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUIRouteTest.php |
Contains \Drupal\field_ui\Tests\FieldUIRouteTest. |
field_info_field_map |
function |
drupal/core/modules/field/field.info.inc |
Returns a lightweight map of fields across bundles. |
ManageFieldsTest.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Contains \Drupal\field_ui\Tests\ManageFieldsTest. |
Merge::$insertFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields on which to insert. |
Merge::$updateFields |
property |
drupal/core/lib/Drupal/Core/Database/Query/Merge.php |
An array of fields that will be updated. |
field_info_instances |
function |
drupal/core/modules/field/field.info.inc |
Retrieves information about field instances. |
FieldUnitTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Sets up Drupal unit test environment. |
field_form_get_state |
function |
drupal/core/modules/field/field.form.inc |
Retrieves processing information about a field from $form_state. |
field_form_set_state |
function |
drupal/core/modules/field/field.form.inc |
Stores processing information about a field in $form_state. |
FIELD_STORAGE_UPDATE |
constant |
drupal/core/modules/field/field.attach.inc |
Argument for an update operation. |
email_field_is_empty |
function |
drupal/core/modules/email/email.module |
Implements hook_field_is_empty(). |
FIELD_STORAGE_INSERT |
constant |
drupal/core/modules/field/field.attach.inc |
Argument for an insert operation. |
Field::$limit_values |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Does the rendered fields get limited. |
FieldFormCommand.php |
file |
drupal/core/modules/edit/lib/Drupal/edit/Ajax/FieldFormCommand.php |
Contains \Drupal\edit\Ajax\FieldFormCommand. |
field_attach_presave |
function |
drupal/core/modules/field/field.attach.inc |
Performs necessary operations just before fields data get saved. |
Field::clickSortable |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Determine if this field is click sortable. |
Field::defineOptions |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
FieldMapEnhancer.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldMapEnhancer.php |
|
LinkFieldTest::setUp |
function |
drupal/core/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |
file_field_displayed |
function |
drupal/core/modules/file/file.field.inc |
Determines whether a file should be displayed when outputting field content. |
Field::addSelfTokens |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Add any special tokens this field might use for itself. |
field_data_type_info |
function |
drupal/core/modules/field/field.module |
Implements hook_data_type_info() to register data types for all field types. |
NoFieldsException.php |
file |
drupal/core/lib/Drupal/Core/Database/Query/NoFieldsException.php |
Definition of Drupal\Core\Database\Query\NoFieldsException |
field_modules_enabled |
function |
drupal/core/modules/field/field.module |
Implements hook_modules_enabled(). |
FieldInstanceCrudTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
|
FieldXssTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
|
FieldInstanceEditForm |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceEditForm.php |
Provides a form for the field instance settings form. |
field_bundle_settings |
function |
drupal/core/modules/field/field.module |
Gets or sets administratively defined bundle settings. |
FieldImportChangeTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportChangeTest.php |
Tests updating fields and instances as part of config import. |
FieldInstance::$label |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
The human-readable label for the instance. |
Fields::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
FieldEditForm::create |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldEditForm.php |
Instantiates a new instance of this controller. |
FieldInstance::$field |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
The field ConfigEntity object corresponding to $field_uuid. |
FieldInstanceFormBase |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldInstanceFormBase.php |
|
FieldWebTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
|
FieldInstance::delete |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
Overrides \Drupal\Core\Entity\Entity::delete(). |
FieldLanguageTest.php |
file |
drupal/core/modules/language/lib/Drupal/language/Tests/Views/FieldLanguageTest.php |
Contains \Drupal\language\Tests\Views\FieldLanguageTest. |
EditFieldForm::submit |
function |
drupal/core/modules/edit/lib/Drupal/edit/Form/EditFieldForm.php |
Saves the entity with updated values for the edited field. |
FieldPresenceEnhancer |
class |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldPresenceEnhancer.php |
This enhancer can set a field to a fixed value if an other field is present. |
FieldUnitTestBase.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldUnitTestBase.php |
Contains \Drupal\field\Tests\FieldUnitTestBase. |
FieldUrlTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
|
FieldFormSavedCommand |
class |
drupal/core/modules/edit/lib/Drupal/edit/Ajax/FieldFormSavedCommand.php |
AJAX command to indicate a field form was saved without validation errors and
pass the rerendered field to Edit's JavaScript app. |
EmailFieldTest::setUp |
function |
drupal/core/modules/email/lib/Drupal/email/Tests/EmailFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |
user_field_info_alter |
function |
drupal/core/modules/user/user.module |
Implements hook_field_info_alter(). |
CommentFieldsTest.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php |
Definition of Drupal\comment\Tests\CommentFieldsTest. |
hook_field_info_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API field types. |
field_test.entity.inc |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Defines an entity type. |
HandlerBase::getField |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Shortcut to get a handler's raw field value. |
DummyClass::getField1 |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php |
Gets the value of field1. |