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
ProviderFilterDecorator::getDefinitions function core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php Gets the definition of all plugins for this type.
ProviderRepository::cacheGet function core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php Fetches from the cache backend, respecting the use caches flag.
ProviderRepository::get function core/modules/media/src/OEmbed/ProviderRepository.php Returns information for a specific oEmbed provider.
ProviderRepository::get function core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php Returns information for a specific oEmbed provider.
ProviderRepository::getAll function core/modules/media/src/OEmbed/ProviderRepository.php Returns information on all available oEmbed providers.
ProviderRepository::getAll function core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php Returns information on all available oEmbed providers.
ProviderRepositoryInterface::get function core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Returns information for a specific oEmbed provider.
ProviderRepositoryInterface::getAll function core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Returns information on all available oEmbed providers.
PsrResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php
PublicStream::getDescription function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns the description of the stream wrapper for use in the UI.
PublicStream::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Gets the path that the wrapper is responsible for.
PublicStream::getExternalUrl function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns a web accessible URL for the resource.
PublicStream::getName function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns the name of the stream wrapper for use in the UI.
PublicStream::getType function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns the type of stream wrapper.
PublishActionTest::testGetDerivativeDefinitions function core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php @covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityPublishedActionDeriver::getDerivativeDefinitions[[api-linebreak]]
Query::$connectionTarget property core/lib/Drupal/Core/Database/Query/Query.php The target of the connection object.
Query::getComments function core/lib/Drupal/Core/Database/Query/Query.php Returns a reference to the comments array for the query.
Query::getConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/Query.php Gets the key value store used to store fast lookups.
Query::getSqlField function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Constructs a select expression for a given field and language.
Query::getTables function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Gets the Tables object for this query.
QueryArgsCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
QueryArgsCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php Returns the string representation of the cache context.
QueryArgsCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php Returns the label of the cache context.
QueryArgsCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php Provides a list of query arguments and expected cache contexts.
QueryArgsCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php @covers ::getContext[[api-linebreak]]
QueryBase::getAggregationAlias function core/lib/Drupal/Core/Entity/Query/QueryBase.php Generates an alias for a field and its aggregated function.
QueryBase::getClass function core/lib/Drupal/Core/Entity/Query/QueryBase.php Finds a class in a list of namespaces.
QueryBase::getEntityTypeId function core/lib/Drupal/Core/Entity/Query/QueryBase.php Gets the ID of the entity type for this query.
QueryBase::getMetaData function core/lib/Drupal/Core/Entity/Query/QueryBase.php Retrieves a given piece of metadata.
QueryBase::getNamespaces function core/lib/Drupal/Core/Entity/Query/QueryBase.php Gets a list of namespaces of the ancestors of a class.
QueryBatchTest::getDatabase function core/modules/migrate/tests/src/Kernel/QueryBatchTest.php Builds an in-memory SQLite database from a set of source data.
QueryBatchTest::getIds function core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php Defines the source fields uniquely identifying a source row.
QueryBatchTest::getPlugin function core/modules/migrate/tests/src/Kernel/QueryBatchTest.php Instantiates the source plugin under test.
QueryFactory::get function core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::get function core/lib/Drupal/Core/Entity/Query/QueryFactory.php Returns a query object for a given entity type.
QueryFactory::get function core/modules/workspaces/src/EntityQuery/QueryFactory.php Instantiates an entity query for a given entity type.
QueryFactory::getAggregate function core/modules/workspaces/src/EntityQuery/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/Query/QueryFactory.php Returns an aggregated query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getAggregate function core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php Instantiates an aggregation query object for a given entity type.
QueryFactory::getConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Gets the key value store used to store fast lookups.
QueryFactory::getKeys function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Creates lookup keys for configuration data.
QueryFactory::getSubscribedEvents function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
QueryFactory::getValues function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Finds all the values for a configuration key in a configuration object.
QueryFactoryInterface::get function core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php Instantiates an entity query for a given entity type.

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