Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
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.
ViewsHooks::baseFieldOverrideDelete function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_delete().
ViewsHooks::baseFieldOverrideInsert function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_insert().
ViewsHooks::baseFieldOverrideUpdate function core/modules/views/src/Hook/ViewsHooks.php Implements hook_ENTITY_TYPE_update().
ViewsHooksTest::testViewsInvalidateCacheOnDelete function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Test that hook_views_invalidate_cache() is called when a view is deleted.
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.
ViewsStyle::$id property core/modules/views/src/Annotation/ViewsStyle.php The plugin ID.
ViewsTest::providerTestGetApplicableViews function core/modules/views/tests/src/Unit/ViewsTest.php Data provider for testGetApplicableViews.
ViewsTestDataElementEmbedForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Returns a unique string identifying the form.
ViewsTestDataElementForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Returns a unique string identifying the form.
ViewsTestDataErrorForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Returns a unique string identifying the form.
ViewsTestDataErrorForm::validateForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Form validation handler.
ViewsTestDataViewsHooks::viewsInvalidateCache function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsHooks.php Implements hook_views_invalidate_cache().
ViewsTestQueryAccessHooks::restrictByUuid function core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php Excludes entities with the 'hidden-ENTITY_TYPE_ID' UUID from a query.
ViewsThemeHooks::preprocessViewsViewGrid function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for views grid style templates.
ViewsThemeHooks::preprocessViewsViewGridResponsive function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for views grid - responsive style templates.
ViewsWizard::$id property core/modules/views/src/Annotation/ViewsWizard.php The plugin ID.
views_element_validate_tags function core/modules/views/views.module Validation callback for query tags.
views_invalidate_cache function core/modules/views/views.module Invalidate the views cache, forcing a rebuild on the next grab of table data.
views_post_update_views_data_argument_plugin_id function core/modules/views/views.post_update.php Post update configured views for entity reference argument plugin IDs.
views_ui_add_limited_validation function core/modules/views_ui/admin.inc Limits validation errors for a non-JavaScript fallback submit button.
ViewTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ViewTest.php The tested entity type.
ViewUI::getCacheTagsToInvalidate function core/modules/views_ui/src/ViewUI.php Returns the cache tags that should be used to invalidate caches.
ViewUI::getEntityTypeId function core/modules/views_ui/src/ViewUI.php Gets the ID of the type of the entity.
ViewUI::getOriginalId function core/modules/views_ui/src/ViewUI.php Gets the original ID.
ViewUI::getOverrideValues function core/modules/views_ui/src/ViewUI.php Return the was_defaulted, is_defaulted and revert state of a form.
ViewUI::getThirdPartyProviders function core/modules/views_ui/src/ViewUI.php Gets the list of third parties that store information.
ViewUI::id function core/modules/views_ui/src/ViewUI.php Gets the identifier.
ViewUI::setOriginalId function core/modules/views_ui/src/ViewUI.php Sets the original ID.
ViewUI::uuid function core/modules/views_ui/src/ViewUI.php Gets the entity UUID (Universally Unique Identifier).
ViewUIConverter::$drupalProxyOriginalServiceId property core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php The id of the original proxied service.
ViewValidationTest class core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php Tests validation of view entities.
ViewValidationTest.php file core/modules/views/tests/src/Kernel/Entity/ViewValidationTest.php

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