Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
WidgetOEmbedTest::testWidgetOEmbed function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php Tests that oEmbed media can be added in the Media library's widget.
WidgetOEmbedTest::testWidgetOEmbedAdvancedUi function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php Tests that oEmbed media can be added in the widget's advanced UI.
WidgetOverflowTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Tests that uploads in the 'media_library_widget' works as expected.
WidgetOverflowTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php
WidgetOverflowTest::$image property core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php The test image file.
WidgetOverflowTest::providerWidgetOverflow function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Data provider for ::testWidgetOverflow() and ::testUnlimitedCardinality().
WidgetOverflowTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php
WidgetOverflowTest::testUnlimitedCardinality function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Tests that unlimited fields' selection count is not constrained.
WidgetOverflowTest::testWidgetOverflow function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Tests that the Media Library constrains the number of selected items.
WidgetOverflowTest::uploadFiles function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php Uploads multiple test images into the media library.
WidgetPluginManager class core/lib/Drupal/Core/Field/WidgetPluginManager.php Plugin type manager for field widgets.
WidgetPluginManager.php file core/lib/Drupal/Core/Field/WidgetPluginManager.php
WidgetPluginManager::$fieldTypeManager property core/lib/Drupal/Core/Field/WidgetPluginManager.php The field type manager to define field.
WidgetPluginManager::$widgetOptions property core/lib/Drupal/Core/Field/WidgetPluginManager.php An array of widget options for each field type.
WidgetPluginManager::createInstance function core/lib/Drupal/Core/Field/WidgetPluginManager.php Creates a plugin instance based on the provided ID and configuration.
WidgetPluginManager::getDefaultSettings function core/lib/Drupal/Core/Field/WidgetPluginManager.php Returns the default settings of a field widget.
WidgetPluginManager::getInstance function core/lib/Drupal/Core/Field/WidgetPluginManager.php Overrides PluginManagerBase::getInstance().
WidgetPluginManager::getOptions function core/lib/Drupal/Core/Field/WidgetPluginManager.php Returns an array of widget type options for a field type.
WidgetPluginManager::prepareConfiguration function core/lib/Drupal/Core/Field/WidgetPluginManager.php Merges default values for widget configuration.
WidgetPluginManager::__construct function core/lib/Drupal/Core/Field/WidgetPluginManager.php Constructs a WidgetPluginManager object.
WidgetPluginManagerTest class core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php Tests the field widget manager.
WidgetPluginManagerTest.php file core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
WidgetPluginManagerTest::testNotApplicableFallback function core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php Tests that getInstance falls back on default if current is not applicable.
WidgetPluginManagerTest::testWidgetDefinitionAlter function core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php Tests that the widget definitions alter hook works.
WidgetUploadTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php Tests that uploads in the 'media_library_widget' works as expected.
WidgetUploadTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php
WidgetUploadTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php The theme to install as the default for testing.
WidgetUploadTest::testWidgetUpload function core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php Tests that uploads in the 'media_library_widget' works as expected.
WidgetUploadTest::testWidgetUploadAdvancedUi function core/modules/media_library/tests/src/FunctionalJavascript/WidgetUploadTest.php Tests that uploads in the widget's advanced UI works as expected.
WidgetViewsTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php Tests the views in the media library widget.
WidgetViewsTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php
WidgetViewsTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php The theme to install as the default for testing.
WidgetViewsTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php
WidgetViewsTest::testWidgetViews function core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php Tests that the views in the Media library's widget work as expected.
WidgetWithoutTypesTest class core/modules/media_library/tests/src/FunctionalJavascript/WidgetWithoutTypesTest.php Tests the media library widget when no media types are available.
WidgetWithoutTypesTest.php file core/modules/media_library/tests/src/FunctionalJavascript/WidgetWithoutTypesTest.php
WidgetWithoutTypesTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/WidgetWithoutTypesTest.php The theme to install as the default for testing.
WidgetWithoutTypesTest::$modules property core/modules/media_library/tests/src/FunctionalJavascript/WidgetWithoutTypesTest.php Modules to install.
WidgetWithoutTypesTest::testWidgetWithoutMediaTypes function core/modules/media_library/tests/src/FunctionalJavascript/WidgetWithoutTypesTest.php Tests that the widget works as expected when media types are deleted.
WildcardConfigActionsTest::testTargetEntitiesByWildcards function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php Tests targeting multiple config entities for an action, using wildcards.
WizardPluginBase::getAvailableSorts function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the availableSorts property.
WizardPluginBase::getCreatedColumn function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the createdColumn property.
WizardPluginBase::getFilters function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the filters property.
WizardPluginBase::getSelected function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the current value of a #select element.
WizardPluginBase::getSorts function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Gets the sorts property.
WizardPluginBaseTest::providerTestGetSelected function core/modules/views/tests/src/Unit/WizardPluginBaseTest.php Provides test data for testGetSelected().
WizardPluginBaseTest::testGetSelected function core/modules/views/tests/src/Unit/WizardPluginBaseTest.php Tests get selected.
Workflow::getPluginCollection function core/modules/workflows/src/Entity/Workflow.php Encapsulates the creation of the workflow's plugin collection.
Workflow::getPluginCollections function core/modules/workflows/src/Entity/Workflow.php Gets the plugin collections used by this object.
Workflow::getTypePlugin function core/modules/workflows/src/Entity/Workflow.php Gets the workflow type plugin.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.