FieldPluginBase::clickSortable |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Determine if this field is click sortable. |
FieldUnitTestBase::assertNoRaw |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldUnitTestBase.php |
Pass if the raw text IS NOT found in set string. |
TestFieldMultipleFormatter.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Contains \Drupal\field_test\Plugin\field\formatter\TestFieldMultipleFormatter. |
FieldPluginBase::tokenizeValue |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Replace a value with tokens from the last field. |
hook_entity_field_access_alter |
function |
drupal/core/includes/entity.api.php |
Alters the default access behaviour for a given field. |
FieldPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
forum_field_storage_pre_insert |
function |
drupal/core/modules/forum/forum.module |
Implements hook_field_storage_pre_insert(). |
forum_field_storage_pre_update |
function |
drupal/core/modules/forum/forum.module |
Implements hook_field_storage_pre_update(). |
BulkDeleteTest::testPurgeField |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php |
Verify that fields are preserved and purged correctly as multiple
instances are deleted and purged. |
field_form_element_after_build |
function |
drupal/core/modules/field/field.form.inc |
After-build callback for field elements in a form. |
FileFieldRevisionTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php |
|
FieldPluginBase::renderAltered |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Render this field as altered text, from a fieldset set by the user. |
FieldUnitTest::assertSubString |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Asserts that a string is part of another string. |
FieldImportCreateTest::getInfo |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php |
|
ImageFieldDisplayTest::getInfo |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
|
FieldUnitTest::testFieldTokens |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Tests the field tokens, row level and field level. |
FieldPluginBase::addSelfTokens |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Add any special tokens this field might use for itself. |
EditEntityFieldAccessCheck.php |
file |
drupal/core/modules/edit/lib/Drupal/edit/Access/EditEntityFieldAccessCheck.php |
Contains \Drupal\edit\Access\EditEntityFieldAccessCheck. |
field_test_field_update_forbid |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_update_forbid(). |
_field_invoke_multiple_default |
function |
drupal/core/modules/field/field.attach.inc |
Invoke field.module's version of a field hook on multiple entities. |
DisplayApiTest::testFieldEmpty |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php |
Tests that the prepareView() formatter method still fires for empty values. |
Field::$formatterPluginManager |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
The field formatter plugin manager. |
field_test_field_settings_form |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_settings_form(). |
FieldWidgetTypeForm::getFormID |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldWidgetTypeForm.php |
Returns a unique string identifying the form. |
FieldWidgetTypeForm::buildForm |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldWidgetTypeForm.php |
Form constructor. |
FieldImportDeleteTest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportDeleteTest.php |
Modules to enable. |
FieldDeleteForm::getConfirmText |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Form/FieldDeleteForm.php |
Returns a caption for the button that confirms the action. |
FieldImportChangeTest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportChangeTest.php |
Modules to enable. |
serializer.normalizer.field.hal |
service |
drupal/core/modules/hal/hal.services.yml |
Drupal\hal\Normalizer\FieldNormalizer |
DataFieldRow::$rawOutputOptions |
property |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/row/DataFieldRow.php |
Stores an array of options to determine if the raw field output is used. |
RearrangeFieldsTest::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RearrangeFieldsTest.php |
Views used by this test. |
DataFieldRow::validateAliasName |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/row/DataFieldRow.php |
Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm(). |
entity_test_entity_field_access |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_field_access(). |
FieldByClassEnhancerTest::setUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldByClassEnhancerTest.php |
|
FieldMapEnhancerTest::$enhancer |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldMapEnhancerTest.php |
|
FieldWebTest::testTextRendering |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Tests trimming/read-more/ellipses. |
ForumTest::testEnableForumField |
function |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php |
Tests disabling and re-enabling the Forum module. |
FieldUIUpgradePathTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUIUpgradePathTest.php |
|
FieldInfo::getBundleExtraFields |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Retrieves the "extra fields" for a bundle. |
OptionsFieldUnitTestBase::setUp |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUnitTestBase.php |
Set the default field storage backend for fields created during tests. |
hook_field_storage_update_field |
function |
drupal/core/modules/field/field.api.php |
Update the storage information for a field. |
TermFieldMultipleVocabularyTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Tests a taxonomy term reference field that allows multiple vocabularies. |
hook_field_formatter_info_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API formatter types. |
field_test_field_storage_delete |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_delete(). |
ImageFieldDefaultImagesTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php |
Definition of Drupal\image\Tests\ImageFieldDefaultImagesTest. |
edit_field_formatter_info_alter |
function |
drupal/core/modules/edit/edit.module |
Implements hook_field_formatter_info_alter(). |
field_test_entity_bundle_rename |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_entity_bundle_rename(). |
hook_field_storage_create_field |
function |
drupal/core/modules/field/field.api.php |
Act on creation of a new field. |
hook_field_storage_delete_field |
function |
drupal/core/modules/field/field.api.php |
Act on deletion of a field. |
EntityFieldTest::assertIterator |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Executes the iterator tests for the given entity type. |