Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
ViewListBuilder::getDefaultOperations function core/modules/views_ui/src/ViewListBuilder.php Gets this list's default operations.
ViewListBuilder::getDisplaysList function core/modules/views_ui/src/ViewListBuilder.php Gets a list of displays included in the view.
ViewMode::getIds function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Defines the source fields uniquely identifying a source row.
ViewMode::getIds function core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php Defines the source fields uniquely identifying a source row.
ViewModeBase::getViewModes function core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php Get a list of D6 view modes.
ViewResourceTestBase::getExpectedCacheContexts function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
ViewResourceTestBase::getExpectedNormalizedEntity function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php Returns the expected normalization of the entity.
ViewResourceTestBase::getNormalizedPostEntity function core/modules/views/tests/src/Functional/Rest/ViewResourceTestBase.php Returns the normalized POST entity.
views.view.test_field_get_entity.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml
views.view.test_get_attach_displays.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml
Views::getAllViews function core/modules/views/src/Views.php Returns an array of all views as fully loaded $view objects.
Views::getApplicableViews function core/modules/views/src/Views.php Return a list of all view IDs and display IDs that have a particular
setting in their display's plugin settings.
Views::getDisabledViews function core/modules/views/src/Views.php Returns an array of all disabled views.
Views::getEnabledDisplayExtenders function core/modules/views/src/Views.php Gets enabled display extenders.
Views::getEnabledViews function core/modules/views/src/Views.php Returns an array of all enabled views.
Views::getHandlerTypes function core/modules/views/src/Views.php Provide a list of views handler types used in a view, with some information
about them.
Views::getPluginDefinitions function core/modules/views/src/Views.php Gets all the views plugin definitions.
Views::getPluginTypes function core/modules/views/src/Views.php Returns a list of plugin types.
Views::getView function core/modules/views/src/Views.php Loads a view from configuration and returns its executable object.
Views::getViewsAsOptions function core/modules/views/src/Views.php Returns an array of view as options array, that can be used by select,
checkboxes and radios as #options.
ViewsBlock::getConfiguration function core/modules/views/src/Plugin/Block/ViewsBlock.php
ViewsBlock::getDerivativeDefinition function core/modules/views/src/Plugin/Derivative/ViewsBlock.php Gets the definition of a derivative plugin.
ViewsBlock::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsBlock.php Gets the definition of all derivatives of a base plugin.
ViewsBlock::getMachineNameSuggestion function core/modules/views/src/Plugin/Block/ViewsBlock.php
ViewsBlockBase::getPreviewFallbackString function core/modules/views/src/Plugin/Block/ViewsBlockBase.php
ViewsBlockBase::getViewExecutable function core/modules/views/src/Plugin/Block/ViewsBlockBase.php Gets the view executable.
ViewsBlockTest::testGetPreviewFallbackString function core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php Tests that ViewsBlock::getPreviewFallbackString() produces the right value.
ViewsConfigEntityTestViewsData::getViewsData function core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php Returns views data for the entity type.
ViewsConfigEntityTestViewsData::getViewsTableForEntityType function core/modules/views/tests/modules/views_config_entity_test/src/ViewsConfigEntityTestViewsData.php @inheritDoc
ViewsConfigUpdater::getMultivalueBaseFieldUpdateTableInfo function core/modules/views/src/ViewsConfigUpdater.php Returns the multivalue base fields update table info.
ViewsData::cacheGet function core/modules/views/src/ViewsData.php Gets data from the cache backend.
ViewsData::get function core/modules/views/src/ViewsData.php Gets data for a particular table, or all tables.
ViewsData::getAll function core/modules/views/src/ViewsData.php Gets all table data.
ViewsData::getData function core/modules/views/src/ViewsData.php Gets all data invoked by hook_views_data().
ViewsData::getViewsData function core/modules/content_moderation/src/ViewsData.php Returns the views data.
ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for all views data without a warm cache.
ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for multiple tables without warm caches.
ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache calls for all views data.
ViewsDataTest::testFullAndTableGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the cache of the full and single table data.
ViewsDataTest::testFullGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the caching of the full views data.
ViewsDataTest::testGetAllEqualsToGetNull function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that getting all data has same results as getting data with NULL
logic.
ViewsDataTest::testGetOnFirstCall function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests fetching all the views data without a static cache.
ViewsDataTest::testNonExistingTableGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests building the views data with a non existing table.
ViewsDataTest::testSingleTableGetCache function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests the caching of the views data for a specific table.
ViewsEntityArgumentValidator::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Gets the definition of all derivatives of a base plugin.
ViewsEntityRow::getDerivativeDefinition function core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Gets the definition of a derivative plugin.
ViewsEntityRow::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Gets the definition of all derivatives of a base plugin.
ViewsEntitySchemaSubscriber::getSubscribedEvents function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php
ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Gets a view and its display.
ViewsExposedFilterBlock::getCacheContexts function core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php The cache contexts associated with this object.

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