Search for Id

  1. Search 7.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for a non-existent table.
ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for a non-existent table.
ViewsDataTest::viewsDataWithProvider function core/modules/views/tests/src/Unit/ViewsDataTest.php Returns the views data definition with the provider key.
ViewsDisplay::$id property core/modules/views/src/Annotation/ViewsDisplay.php The plugin ID.
ViewsDisplayExtender::$id property core/modules/views/src/Annotation/ViewsDisplayExtender.php The plugin ID.
ViewsEntityArgumentValidator class core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Provides views argument validator plugin definitions for all entity types.
ViewsEntityArgumentValidator.php file core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php
ViewsEntityArgumentValidator::$basePluginId property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php The base plugin ID this derivative is for.
ViewsEntityArgumentValidator::$derivatives property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php List of derivative definitions.
ViewsEntityArgumentValidator::$entityTypeManager property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php The entity type manager.
ViewsEntityArgumentValidator::create function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Creates a new class instance.
ViewsEntityArgumentValidator::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Gets the definition of all derivatives of a base plugin.
ViewsEntityArgumentValidator::__construct function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Constructs a ViewsEntityArgumentValidator object.
ViewsEntityRow::$basePluginId property core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php The base plugin ID that the derivative is for.
ViewsExposedFilterBlock::$basePluginId property core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php The base plugin ID that the derivative is for.
ViewsExposedForm::$id property core/modules/views/src/Annotation/ViewsExposedForm.php The plugin ID.
ViewsExposedForm::getFormId function core/modules/views/src/Form/ViewsExposedForm.php Returns a unique string identifying the form.
ViewsExposedForm::validateForm function core/modules/views/src/Form/ViewsExposedForm.php Form validation handler.
ViewsForm::$viewDisplayId property core/modules/views/src/Form/ViewsForm.php The ID of the active view's display.
ViewsForm::$viewId property core/modules/views/src/Form/ViewsForm.php The ID of the view.
ViewsForm::getBaseFormId function core/modules/views/src/Form/ViewsForm.php Returns a string for the form's base ID.
ViewsForm::getFormId function core/modules/views/src/Form/ViewsForm.php Returns a unique string identifying the form.
ViewsForm::validateForm function core/modules/views/src/Form/ViewsForm.php Form validation handler.
ViewsFormBase::$id property core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php The ID of the item this form is manipulating.
ViewsFormBase::setID function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Sets the ID for this form.
ViewsFormBase::validateForm function core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php Form validation handler.
ViewsFormMainForm::getFormId function core/modules/views/src/Form/ViewsFormMainForm.php Returns a unique string identifying the form.
ViewsFormMainForm::validateForm function core/modules/views/src/Form/ViewsFormMainForm.php Form validation handler.
ViewsHandlerManager::getFallbackPluginId function core/modules/views/src/Plugin/ViewsHandlerManager.php Gets a fallback id for a missing plugin.
ViewsHandlerManagerTest::testGetHandlerNoOverride function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() without an override.
ViewsHandlerManagerTest::testGetHandlerOverride function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() with an override.
ViewsIntegrationTest::RESPONSIVE_IMAGE_STYLE_ID constant core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php The responsive image style ID to use.
ViewsLocalTask::$routeProvider property core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php The route provider.
ViewsLocalTaskTest::$routeProvider property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The mocked route provider.
ViewsLocalTaskTest::testGetDerivativeDefinitionsWithOverrideRoute function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Tests fetching the derivatives on a view which overrides an existing route.
ViewsMenuLink::$overrideAllowed property core/modules/views/src/Plugin/Menu/ViewsMenuLink.php The list of definition values where an override is allowed.
ViewsMenuLinkTest::$menuLinkOverrides property core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php The menu link overrides.
ViewsMenuLinkTest::testMenuLinkOverrides function core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php Tests views internal menu link options.
ViewsModerationStateFilterTest::executeAndAssertIdenticalResultset function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Execute a view and assert the expected results.
ViewsModerationStateFilterTest::providerTestWorkflowChanges function core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php Data provider for testWorkflowChanges.
ViewsPager::$id property core/modules/views/src/Annotation/ViewsPager.php The plugin ID.
ViewsPluginInterface::getProvider function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Returns the plugin provider.
ViewsPluginInterface::validate function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate that the plugin is correct and can be saved.
ViewsPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate the options form.
ViewsQuery::$id property core/modules/views/src/Annotation/ViewsQuery.php The plugin ID.
ViewsRow::$id property core/modules/views/src/Annotation/ViewsRow.php The plugin ID.
ViewsSelection::settingsFormValidate function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Element validate; Check View is valid.
ViewsSelection::validateReferenceableEntities function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Validates which existing entities can be referenced.
ViewsSortIdentifiersUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsSortIdentifiersUpdateTest.php Tests the views_post_update_sort_identifier() post update.
ViewsSortIdentifiersUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsSortIdentifiersUpdateTest.php

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