field_test_field_is_empty |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_is_empty(). |
FieldDateTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php |
Views used by this test. |
field_info_field_settings |
function |
drupal/core/modules/field/field.info.inc |
Returns a field type's default settings. |
field_ui_get_destinations |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Extracts next redirect path from an array of multiple destinations. |
form_type_textfield_value |
function |
drupal/core/includes/form.inc |
Determines the value for a textfield form element. |
field_ui_next_destination |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Returns the next redirect path in a multipage sequence. |
FieldPluginBase::$aliases |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
|
FieldItemInterface::__get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php |
Magic getter: Get the property value. |
FieldItemInterface::__set |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemInterface.php |
Magic setter: Set the property value. |
FieldTestBase::$instances |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/FieldTestBase.php |
Stores the instances of the fields. They have
the same keys as the fields. |
design_test_form_fieldset |
function |
drupal/core/modules/system/tests/modules/design_test/form/fieldset.inc |
Form constructor for testing theme_fieldset(). |
OptionsFieldUITest::setUp |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Set the default field storage backend for fields created during tests. |
_field_form_state_parents |
function |
drupal/core/modules/field/field.form.inc |
Returns the location of processing information within $form_state. |
FieldCounterTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCounterTest.php |
|
NumberFieldTest::$modules |
property |
drupal/core/modules/field/modules/number/lib/Drupal/number/Tests/NumberFieldTest.php |
Modules to enable. |
HandlerFieldFieldTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php |
Definition of Drupal\views\Test\Field\HandlerFieldFieldTest. |
_comment_body_field_create |
function |
drupal/core/modules/comment/comment.module |
Creates a comment_body field instance for a given node type. |
FieldXssTest::testFieldXss |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php |
|
FieldItemBase::getIterator |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements IteratorAggregate::getIterator(). |
field_attach_create_bundle |
function |
drupal/core/modules/field/field.attach.inc |
Notifies field.module that a new bundle was created. |
field_attach_rename_bundle |
function |
drupal/core/modules/field/field.attach.inc |
Notifies field.module that a bundle was renamed. |
field_attach_delete_bundle |
function |
drupal/core/modules/field/field.attach.inc |
Notifies field.module the a bundle was deleted. |
StatementEmpty::fetchField |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Returns a single field from the next record of a result set. |
FieldWebTest::parseContent |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Parse a content and return the html element. |
FieldWebTest::xpathContent |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Performs an xpath search on a certain content. |
FieldWebTest::testAlterUrl |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Tests rewriting the output to a link. |
FieldUrlTest::testFieldUrl |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php |
|
FieldCustomTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCustomTest.php |
Returns the views data definition. |
FileFieldPathTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldPathTest.php |
|
FieldTest::add_self_tokens |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
Overrides Drupal\views\Plugin\views\field\FieldPluginBase::add_self_tokens(). |
SelectInterface::getFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Returns a reference to the fields array for this query. |
RowPluginBase::$usesFields |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RowPluginBase.php |
Does the row plugin support to add fields to it's output. |
WebTestBase::assertNoField |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a field does not exist with the given name or id. |
CrudTest::testFieldIndexes |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php |
Test creation of indexes on data column. |
hook_field_delete_revision |
function |
drupal/core/modules/field/field.api.php |
Define custom revision delete behavior for this module's field types. |
TestFieldMultipleFormatter |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Plugin implementation of the 'field_test_multiple' formatter. |
ImageFieldValidateTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php |
Definition of Drupal\image\Tests\ImageFieldValidateTest. |
hook_field_attach_validate |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_validate(). |
NodeAccessFieldTest::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php |
Sets up a Drupal site for running functional and integration tests. |
FieldFileSizeTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldFileSizeTest.php |
|
FieldFileSizeTest::dataSet |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldFileSizeTest.php |
Returns a very simple test dataset. |
TaggedWithTest::$tag_field |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/TaggedWithTest.php |
|
FieldList::$allowed_values |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php |
Stores the allowed values of this field. |
hook_field_storage_details |
function |
drupal/core/modules/field/field.api.php |
Reveal the internal details about the storage for a field. |
StylePluginBase::get_field |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Get a rendered field. |
hook_field_info_max_weight |
function |
drupal/core/modules/field/field.api.php |
Returns the maximum weight for the entity components handled by the module. |
FieldsOverlapException.php |
file |
drupal/core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php |
Definition of Drupal\Core\Database\Query\FieldsOverlapExceptoin |
options_field_update_field |
function |
drupal/core/modules/field/modules/options/options.module |
Implements hook_field_update_field(). |
FieldOverview::__construct |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Overrides Drupal\field_ui\OverviewBase::__construct(). |
hook_field_create_instance |
function |
drupal/core/modules/field/field.api.php |
Act on a field instance being created. |