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
ContextDefinition::getDefaultValue function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Gets the default value for this context definition.
ContextDefinition::getDefinitionClass function core/lib/Drupal/Core/Annotation/ContextDefinition.php Determines the context definition class to use.
ContextDefinition::getDescription function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Gets a human readable description.
ContextDefinition::getLabel function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Gets a human readable label.
ContextDefinition::getSampleValues function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Returns typed data objects representing this context definition.
ContextDefinitionInterface::getConstraint function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Gets a validation constraint.
ContextDefinitionInterface::getConstraints function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Gets an array of validation constraints.
ContextDefinitionInterface::getDataDefinition function core/lib/Drupal/Core/Plugin/Context/ContextDefinitionInterface.php Returns the data definition of the defined context.
ContextDefinitionInterface::getDataType function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Gets the data type needed by the context.
ContextDefinitionInterface::getDefaultValue function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Gets the default value for this context definition.
ContextDefinitionInterface::getDescription function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Gets a human readable description.
ContextDefinitionInterface::getLabel function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Gets a human readable label.
ContextDefinitionTest::providerGetConstraint function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php Data provider for testGetConstraint.
ContextDefinitionTest::providerGetDataDefinition function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php Very simple data provider.
ContextDefinitionTest::testGetConstraint function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php @dataProvider providerGetConstraint
@covers ::getConstraint
@uses \Drupal
ContextDefinitionTest::testGetDataDefinition function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php @dataProvider providerGetDataDefinition
@covers ::getDataDefinition
@uses \Drupal
ContextDefinitionTest::testGetDataDefinitionInvalidType function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php @dataProvider providerGetDataDefinition
@covers ::getDataDefinition
@uses \Drupal
ContextHandler::getContextDefinitions function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Returns the context definitions associated with a plugin definition.
ContextHandler::getMatchingContexts function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Determines which contexts satisfy the constraints of a given definition.
ContextHandlerInterface::getMatchingContexts function core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php Determines which contexts satisfy the constraints of a given definition.
ContextHandlerTest::providerTestGetMatchingContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Provides data for testGetMatchingContexts().
ContextHandlerTest::testGetMatchingContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php @covers ::getMatchingContexts
ContextInterface::getConstraints function core/lib/Drupal/Component/Plugin/Context/ContextInterface.php Gets a list of validation constraints.
ContextInterface::getContextData function core/lib/Drupal/Core/Plugin/Context/ContextInterface.php Gets the context value as typed data object.
ContextInterface::getContextDefinition function core/lib/Drupal/Core/Plugin/Context/ContextInterface.php
ContextInterface::getContextDefinition function core/lib/Drupal/Component/Plugin/Context/ContextInterface.php Gets the provided definition that the context must conform to.
ContextInterface::getContextValue function core/lib/Drupal/Component/Plugin/Context/ContextInterface.php Gets the context value.
ContextProviderInterface::getAvailableContexts function core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php Gets all available contexts for the purposes of configuration.
ContextProviderInterface::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php Gets runtime context values for the given context IDs.
ContextRepositoryInterface::getAvailableContexts function core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php Gets all available contexts for the purposes of configuration.
ContextRepositoryInterface::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php Gets runtime context values for the given context IDs.
ContextTest::providerGetContextValue function core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php Data provider for testGetContextValue.
ContextTest::testGetContextValue function core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php @covers ::getContextValue
@dataProvider providerGetContextValue
ContextTypedDataTest::testGetContextValue function core/tests/Drupal/KernelTests/Core/Plugin/ContextTypedDataTest.php Tests that getting a context value does not throw fatal errors.
ContextualLinkDefault::getGroup function core/lib/Drupal/Core/Menu/ContextualLinkDefault.php Returns the group this contextual link should be rendered in.
ContextualLinkDefault::getOptions function core/lib/Drupal/Core/Menu/ContextualLinkDefault.php Returns the link options passed to the link generator.
ContextualLinkDefault::getRouteName function core/lib/Drupal/Core/Menu/ContextualLinkDefault.php Returns the route name of the contextual link.
ContextualLinkDefault::getTitle function core/lib/Drupal/Core/Menu/ContextualLinkDefault.php Returns the localized title to be shown for this contextual link.
ContextualLinkDefault::getWeight function core/lib/Drupal/Core/Menu/ContextualLinkDefault.php Returns the weight of the contextual link.
ContextualLinkDefaultTest::testGetGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getGroup
ContextualLinkDefaultTest::testGetOptions function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getOptions
ContextualLinkDefaultTest::testGetRouteName function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getRouteName
ContextualLinkDefaultTest::testGetTitle function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getTitle
ContextualLinkDefaultTest::testGetTitleWithContext function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getTitle
ContextualLinkDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getTitle
ContextualLinkDefaultTest::testGetWeight function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getWeight
ContextualLinkInterface::getGroup function core/lib/Drupal/Core/Menu/ContextualLinkInterface.php Returns the group this contextual link should be rendered in.
ContextualLinkInterface::getOptions function core/lib/Drupal/Core/Menu/ContextualLinkInterface.php Returns the link options passed to the link generator.
ContextualLinkInterface::getRouteName function core/lib/Drupal/Core/Menu/ContextualLinkInterface.php Returns the route name of the contextual link.
ContextualLinkInterface::getTitle function core/lib/Drupal/Core/Menu/ContextualLinkInterface.php Returns the localized title to be shown for this contextual link.

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