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
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgsAndExceptionValue function core/modules/views/tests/src/Unit/ViewExecutableTest.php Tests get url with placeholders and without args and exception value.
ViewFormBase::getDisplayLabel function core/modules/views_ui/src/ViewFormBase.php Placeholder function for overriding $display['display_title'].
ViewFormBase::getDisplayTabs function core/modules/views_ui/src/ViewFormBase.php Adds tabs for navigating across Displays when editing a View.
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/field/src/Plugin/migrate/source/d7/ViewMode.php Defines the source fields uniquely identifying a source row.
ViewMode::getIds function core/modules/node/src/Plugin/migrate/source/d6/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.
ViewPageController::getTitle function core/modules/views/src/Routing/ViewPageController.php Gets the title of the given view's display.
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_field_get_entity_null.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity_null.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity_null.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 Gets view and display IDs for a given setting in display 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.
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.
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::getCacheContexts function core/modules/views/src/Plugin/Block/ViewsBlockBase.php
ViewsBlockBase::getCacheMaxAge function core/modules/views/src/Plugin/Block/ViewsBlockBase.php
ViewsBlockBase::getCacheTags function core/modules/views/src/Plugin/Block/ViewsBlockBase.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 Gets the table of an entity type to be used as base table in views.
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.
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::providerTestGetEmptyKey function core/modules/views/tests/src/Unit/ViewsDataTest.php Provides data to testGetEmptyKey().
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::testGetEmptyKey function core/modules/views/tests/src/Unit/ViewsDataTest.php Tests that getting data with an empty key throws an exception.
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.

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