Block::fields |
function |
core/modules/block/src/Plugin/migrate/source/Block.php |
Returns available fields on the source. |
BlockContent::baseFieldDefinitions |
function |
core/modules/block_content/src/Entity/BlockContent.php |
|
BlockContentEntityReferenceSelectionTest::fieldConditionProvider |
function |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Provides possible fields and condition types. |
BlockContentEntityReferenceSelectionTest::testFieldConditions |
function |
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php |
Tests setting 'reusable' condition on different levels. |
BlockContentFieldFilterTest |
class |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Tests block_content field filters with translations. |
BlockContentFieldFilterTest.php |
file |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
|
BlockContentFieldFilterTest::$blockContentInfos |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
List of block_content infos by language. |
BlockContentFieldFilterTest::$defaultTheme |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
The theme to install as the default for testing. |
BlockContentFieldFilterTest::$modules |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Modules to install. |
BlockContentFieldFilterTest::$testViews |
property |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Views used by this test. |
BlockContentFieldFilterTest::assertPageCounts |
function |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Asserts that the given block_content translation counts are correct. |
BlockContentFieldFilterTest::setUp |
function |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Sets up the test. |
BlockContentFieldFilterTest::testFilters |
function |
core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php |
Tests body and info filters. |
BlockContentRemoveConstraint::getFieldInfoConstraints |
function |
core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveConstraint.php |
Get constraints for info field. |
BlockContentResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
BlockContentStorageSchema::getSharedTableFieldSchema |
function |
core/modules/block_content/src/BlockContentStorageSchema.php |
Gets the schema for a single field definition. |
BlockContentTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/BlockContentTest.php |
The fields that are protected against modification during PATCH requests. |
BlockCustom::fields |
function |
core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php |
Returns available fields on the source. |
BlockCustomTranslation::fields |
function |
core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php |
Returns available fields on the source. |
BlockedIp::fields |
function |
core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php |
Returns an array of destination fields. |
BlockedIps::fields |
function |
core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php |
Returns available fields on the source. |
BlockTranslation::fields |
function |
core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php |
Returns available fields on the source. |
BlockTranslation::fields |
function |
core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php |
Returns available fields on the source. |
block_content_add_body_field |
function |
core/modules/block_content/block_content.module |
Adds the default body field to a block type. |
block_content_body_field.yml |
file |
core/modules/block_content/migrations/block_content_body_field.yml |
core/modules/block_content/migrations/block_content_body_field.yml |
Book::fields |
function |
core/modules/book/src/Plugin/migrate/source/Book.php |
Returns available fields on the source. |
BooleanFieldTest |
class |
core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php |
Tests boolean field functionality. |
BooleanFieldTest.php |
file |
core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php |
|
BooleanFieldTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php |
The theme to install as the default for testing. |
BooleanFieldTest::$field |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php |
The field used in this test class. |
BooleanFieldTest::$fieldStorage |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php |
A field to use in this test class. |
BooleanFieldTest::$modules |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php |
Modules to install. |
BooleanFieldTest::setUp |
function |
core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php |
|
BooleanFieldTest::testBooleanField |
function |
core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php |
Tests boolean field. |
BooleanFieldTest::testFormAccess |
function |
core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php |
Tests field access. |
BooleanFormatterSettingsTest::$fieldName |
property |
core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php |
The name of the Boolean field to use for testing. |
BooleanFormatterSettingsTest::$fieldName |
property |
core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php |
The name of the Boolean field to use for testing. |
BooleanFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php |
|
BooleanFormatterTest::renderEntityFields |
function |
core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php |
Renders fields of a given entity with a given display. |
BooleanItem::defaultFieldSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Defines the field-level settings for this plugin. |
BooleanItem::fieldSettingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Returns a form for the field-level settings. |
Box::fields |
function |
core/modules/block_content/src/Plugin/migrate/source/d6/Box.php |
Returns available fields on the source. |
BrowserTestBaseTest::testFieldAssertsForCheckbox |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests legacy field asserts for checkbox field type. |
BrowserTestBaseTest::testFieldAssertsForTextfields |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests field asserts using textfields. |
BulkDeleteTest::$fieldStorages |
property |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
The fields to use in this test. |
BulkDeleteTest::testDeleteField |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests deleting fields. |
BulkDeleteTest::testPurgeField |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests purging fields. |
BulkDeleteTest::testPurgeFieldStorage |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests purging field storages. |
BulkDeleteTest::testPurgeWithDeletedAndActiveField |
function |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Tests that recreating a field with the name as a deleted field works. |
Bundle::$real_field |
property |
core/modules/views/src/Plugin/views/filter/Bundle.php |
|