| BookMultilingualTest::assertBookItemIsCorrectlyTranslated |
function |
core/modules/book/tests/src/Kernel/BookMultilingualTest.php |
Asserts a book item is correctly translated. |
| BooleanItem |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Defines the 'boolean' entity field type. |
| BooleanItem.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
|
| 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. |
| BooleanItem::generateSampleValue |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Generates placeholder field values. |
| BooleanItem::getPossibleOptions |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Returns an array of possible values with labels for display. |
| BooleanItem::getPossibleValues |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Returns an array of possible values. |
| BooleanItem::getSettableOptions |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Returns an array of settable values with labels for display. |
| BooleanItem::getSettableValues |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Returns an array of settable values. |
| BooleanItem::propertyDefinitions |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Defines field item properties. |
| BooleanItem::schema |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php |
Returns the schema for the field. |
| BooleanItemNormalizer |
class |
core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php |
Normalizes boolean fields weirdly: renders them as ๐ (TRUE) or ๐ (FALSE). |
| BooleanItemNormalizer.php |
file |
core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php |
|
| BooleanItemNormalizer::$supportedInterfaceOrClass |
property |
core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php |
The interface or class that this Normalizer supports. |
| BooleanItemNormalizer::constructValue |
function |
core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php |
Build the field item value using the incoming data. |
| BooleanItemNormalizer::normalize |
function |
core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php |
|
| BooleanItemTest |
class |
core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php |
Tests the new entity API for the boolean field type. |
| BooleanItemTest.php |
file |
core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php |
|
| BooleanItemTest::setUp |
function |
core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php |
Set the default field storage backend for fields created during tests. |
| BooleanItemTest::testBooleanItem |
function |
core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php |
Tests using entity fields of the boolean field type. |
| ChangedFieldItemList |
class |
core/lib/Drupal/Core/Field/ChangedFieldItemList.php |
Defines an item list class for changed fields. |
| ChangedFieldItemList.php |
file |
core/lib/Drupal/Core/Field/ChangedFieldItemList.php |
|
| ChangedFieldItemList::defaultAccess |
function |
core/lib/Drupal/Core/Field/ChangedFieldItemList.php |
Contains the default access logic of this field. |
| ChangedFieldItemList::hasAffectingChanges |
function |
core/lib/Drupal/Core/Field/ChangedFieldItemList.php |
Determines whether the field has relevant changes. |
| ChangedItem |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php |
Defines the 'changed' entity field type. |
| ChangedItem.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php |
|
| ChangedItem::preSave |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php |
Defines custom presave behavior for field values. |
| ChangedTestItem |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php |
Defines the 'changed_test' entity field type. |
| ChangedTestItem.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php |
|
| ChangedTestItem::preSave |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php |
Defines custom presave behavior for field values. |
| CKEditor4To5UpgradePluginInterface::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem |
function |
core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php |
Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists. |
| CKEditor4To5UpgradePluginManager::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem |
function |
core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginManager.php |
Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists. |
| CKEditor5PluginDefinition::getToolbarItems |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php |
Gets the list of toolbar items this plugin provides. |
| CKEditor5PluginDefinition::hasToolbarItems |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php |
Whether this plugin has toolbar items. |
| CKEditor5PluginManager::getToolbarItems |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php |
Gets a list of all toolbar items. |
| CKEditor5PluginManagerInterface::getToolbarItems |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php |
Gets a list of all toolbar items. |
| CKEditor5Test::enableDisabledToolbarItem |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php |
Enables a disabled CKEditor 5 toolbar item. |
| CKEditor5UpdateImageToolbarItemTest |
class |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Tests the update path for the CKEditor 5 image toolbar item. |
| CKEditor5UpdateImageToolbarItemTest.php |
file |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
|
| CKEditor5UpdateImageToolbarItemTest::$defaultTheme |
property |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
The theme to install as the default for testing. |
| CKEditor5UpdateImageToolbarItemTest::getFilterHtmlRestrictions |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Gets the configured restrictions for the `filter_html` filter plugin. |
| CKEditor5UpdateImageToolbarItemTest::getSourceEditingRestrictions |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Gets the configured HTML restrictions for the Source Editing plugin. |
| CKEditor5UpdateImageToolbarItemTest::provider |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Data provider for ::test(). |
| CKEditor5UpdateImageToolbarItemTest::setDatabaseDumpFiles |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Set database dump files to be used. |
| CKEditor5UpdateImageToolbarItemTest::test |
function |
core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php |
Tests that `uploadImage` toolbar item is updated to `drupalInsertImage`. |
| ckeditor5_post_update_image_toolbar_item |
function |
core/modules/ckeditor5/ckeditor5.post_update.php |
The image toolbar item changed from `uploadImage` to `drupalInsertImage`. |
| claro_form_views_ui_config_item_form_alter |
function |
core/themes/claro/claro.theme |
Implements hook_form_FORM_ID_alter() for the Views UI config form. |
| claro_preprocess_item_list__media_library_add_form_media_list |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_item_list__media_library_add_form_media_list(). |
| claro_preprocess_media_library_item__small |
function |
core/themes/claro/claro.theme |
Implements hook_preprocess_media_library_item__small(). |