field_filter_xss |
function |
drupal/core/modules/field/field.module |
Filters an HTML string to prevent cross-site-scripting (XSS) vulnerabilities. |
field_view_value |
function |
drupal/core/modules/field/field.module |
Returns a renderable array for a single field value. |
field_view_field |
function |
drupal/core/modules/field/field.module |
Returns a renderable array for the value of a single field in an entity. |
FieldInfo::flush |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Clears the "static" and persistent caches. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Add a new field to a table. |
image_field_info |
function |
drupal/core/modules/image/image.field.inc |
Implements hook_field_info(). |
OptionsFieldTest |
class |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php |
Tests for the 'Options' field types. |
Field::getString |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Returns a string representation of the field. |
Field::offsetGet |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements ArrayAccess::offsetGet(). |
field_info_field |
function |
drupal/core/modules/field/field.info.inc |
Returns data about an individual field, given a field name. |
Field::offsetSet |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements ArrayAccess::offsetSet(). |
Field::getParent |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements ContextAwareInterface::getParent(). |
Field::setParent |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Implements ContextAwareInterface::setParent(). |
field_views_data |
function |
drupal/core/modules/field/field.views.inc |
Implements hook_views_data(). |
Field Attach API |
group |
drupal/core/modules/field/field.attach.inc |
Operates on Field API data attached to Drupal entities. |
FieldCounterTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCounterTest.php |
Tests the Drupal\views\Plugin\views\field\Counter handler. |
File::$pathField |
property |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/wizard/File.php |
Set default values for the path field options. |
FieldTestBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/FieldTestBase.php |
Definition of Drupal\views\Test\Field\FieldTestBase. |
field_attach_view |
function |
drupal/core/modules/field/field.attach.inc |
Returns a renderable array for the fields on an entity. |
Select::getFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the fields array for this query. |
Users::$pathField |
property |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/wizard/Users.php |
Set default values for the path field options. |
EntityNG::$fields |
property |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
The array of fields, each being an instance of FieldInterface. |
LanguageField.php |
file |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php |
Contains Drupal\language\Plugin\views\field\LanguageField. |
FileFieldPathTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldPathTest.php |
Tests that files are uploaded to proper locations. |
FieldUnitTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
Contains \Drupal\views\Tests\Handler\FieldUnitTest. |
FieldDateTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php |
Definition of Drupal\views\Tests\Handler\FieldDateTest. |
field_read_fields |
function |
drupal/core/modules/field/field.crud.inc |
Reads in fields that match an array of conditions. |
Schema::dropField |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Drop a field. |
FieldTest::render |
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::render(). |
field_purge_batch |
function |
drupal/core/modules/field/field.crud.inc |
Purges a batch of deleted Field API data, instances, or fields. |
FieldTypeTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Node/FieldTypeTest.php |
Definition of Drupal\views\Tests\Node\FieldTypeTest. |
field_purge_field |
function |
drupal/core/modules/field/field.crud.inc |
Purges a field record from the database. |
hook_field_schema |
function |
drupal/core/modules/field/field.api.php |
Define the Field API schema for a field structure. |
hook_field_insert |
function |
drupal/core/modules/field/field.api.php |
Define custom insert behavior for this module's field data. |
hook_field_update |
function |
drupal/core/modules/field/field.api.php |
Define custom update behavior for this module's field data. |
hook_field_delete |
function |
drupal/core/modules/field/field.api.php |
Define custom delete behavior for this module's field data. |
RssFields::render |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/RssFields.php |
Render a row object. This usually passes through to a theme template
of some form, but not always. |
link_field_schema |
function |
drupal/core/modules/field/modules/link/link.install |
Implements hook_field_schema(). |
Schema::dropField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Drop a field. |
Field::click_sort |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Called to determine what to tell the clicksorter. |
TermFieldTest.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Definition of Drupal\taxonomy\Tests\TermFieldTest. |
FieldFileSizeTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldFileSizeTest.php |
Tests the core Drupal\views\Plugin\views\field\FileSize handler. |
FieldInstance.php |
file |
drupal/core/modules/field/lib/Drupal/field/FieldInstance.php |
Definition of Drupal\field\FieldInstance. |
text_field_schema |
function |
drupal/core/modules/field/modules/text/text.install |
Implements hook_field_schema(). |
field.default.inc |
file |
drupal/core/modules/field/field.default.inc |
Default 'implementations' of hook_field_*(): common field housekeeping. |
FieldItemBase.php |
file |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Definition of Drupal\Core\Entity\Field\FieldItemBase. |
field_test.module |
file |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
|
View::$base_field |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
The name of the base field to use. |
FieldLanguageTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Language/FieldLanguageTest.php |
Tests the field language handler. |
hook_field_access |
function |
drupal/core/modules/field/field.api.php |
Determine whether the user has access to a given field. |