| MultiItemsFieldHandlerInterface.php |
file |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
|
| MultiItemsFieldHandlerInterface::getItems |
function |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
Gets an array of items for the field. |
| MultiItemsFieldHandlerInterface::renderItems |
function |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
Render all items in this field together. |
| MultiItemsFieldHandlerInterface::render_item |
function |
core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php |
Renders a single item of a row. |
| MultiValueTestItem |
class |
core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php |
Defines the 'multi_value_test' field type. |
| MultiValueTestItem.php |
file |
core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php |
|
| MultiValueTestItem::isEmpty |
function |
core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php |
|
| MultiValueTestItem::mainPropertyName |
function |
core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php |
|
| MultiValueTestItem::propertyDefinitions |
function |
core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php |
|
| MultiValueTestItem::schema |
function |
core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php |
|
| None::getItemsPerPage |
function |
core/modules/views/src/Plugin/views/pager/None.php |
|
| NumberItemTest |
class |
core/modules/field/tests/src/Kernel/Number/NumberItemTest.php |
Tests the new entity API for the number field type. |
| NumberItemTest.php |
file |
core/modules/field/tests/src/Kernel/Number/NumberItemTest.php |
|
| NumberItemTest::$modules |
property |
core/modules/field/tests/src/Kernel/Number/NumberItemTest.php |
Modules to enable. |
| NumberItemTest::dataNumberFieldSettingsProvider |
function |
core/modules/field/tests/src/Kernel/Number/NumberItemTest.php |
Data provider for testConstraints. |
| NumberItemTest::setUp |
function |
core/modules/field/tests/src/Kernel/Number/NumberItemTest.php |
|
| NumberItemTest::testConstraints |
function |
core/modules/field/tests/src/Kernel/Number/NumberItemTest.php |
Tests constraints on numeric item fields. |
| NumberItemTest::testNumberItem |
function |
core/modules/field/tests/src/Kernel/Number/NumberItemTest.php |
Tests using entity fields of the number field type. |
| NumericItemBase |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php |
Base class for numeric configurable field types. |
| NumericItemBase.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php |
|
| NumericItemBase::defaultFieldSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php |
Defines the field-level settings for this plugin. |
| NumericItemBase::fieldSettingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php |
Returns a form for the field-level settings. |
| NumericItemBase::getConstraints |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php |
Gets a list of validation constraints. |
| NumericItemBase::isEmpty |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php |
Determines whether the data structure is empty. |
| NumericItemBase::truncateDecimal |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php |
Helper method to truncate a decimal number to a given number of decimals. |
| Pager::$totalItems |
property |
core/lib/Drupal/Core/Pager/Pager.php |
The total number of items . |
| Pager::getTotalItems |
function |
core/lib/Drupal/Core/Pager/Pager.php |
Gets the total number of items. |
| PagerPluginBase::$total_items |
property |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
| PagerPluginBase::getItemsPerPage |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get how many items per page this pager will display. |
| PagerPluginBase::getTotalItems |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Get the total number of items. |
| PagerPluginBase::itemsPerPageExposed |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
|
| PagerPluginBase::setItemsPerPage |
function |
core/modules/views/src/Plugin/views/pager/PagerPluginBase.php |
Set how many items per page this pager will display. |
| PagerPluginBaseTest::testGetItemsPerPage |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the getItemsPerPage() method. |
| PagerPluginBaseTest::testGetTotalItems |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the getTotalItems() method. |
| PagerPluginBaseTest::testSetItemsPerPage |
function |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Tests the setItemsPerPage() method. |
| PagerTest::assertPagerItems |
function |
core/modules/system/tests/src/Functional/Pager/PagerTest.php |
Asserts pager items and links. |
| PasswordItem |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php |
Defines the 'password' entity field type. |
| PasswordItem.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php |
|
| PasswordItem::isEmpty |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php |
Determines whether the data structure is empty. |
| PasswordItem::preSave |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php |
Defines custom presave behavior for field values. |
| PasswordItem::propertyDefinitions |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php |
Defines field item properties. |
| PathFieldItemList |
class |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
Represents a configurable entity path field. |
| PathFieldItemList.php |
file |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
|
| PathFieldItemList::computeValue |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
|
| PathFieldItemList::defaultAccess |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
|
| PathFieldItemList::delete |
function |
core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php |
|
| PathItem |
class |
core/modules/path/src/Plugin/Field/FieldType/PathItem.php |
Defines the 'path' entity field type. |
| PathItem.php |
file |
core/modules/path/src/Plugin/Field/FieldType/PathItem.php |
|
| PathItem::generateSampleValue |
function |
core/modules/path/src/Plugin/Field/FieldType/PathItem.php |
|
| PathItem::isEmpty |
function |
core/modules/path/src/Plugin/Field/FieldType/PathItem.php |
|