Search for get

  1. Search 7.x-2.x for get
  2. Other projects
Title Object type File name Summary
RulesEventManager::getEventBaseName function src/Core/RulesEventManager.php Gets the base name of a configured event name.
RulesIntegrationTestBase::getTypedData function tests/src/Unit/Integration/RulesIntegrationTestBase.php Returns a typed data object.
RulesIntegrationTestCase::getInfo function d7-tests/rules_integration_test_case.test
RulesSettingsForm::getEditableConfigNames function src/Form/RulesSettingsForm.php Gets the configuration names that will be editable.
RulesSettingsForm::getFormId function src/Form/RulesSettingsForm.php Returns a unique string identifying the form.
RulesTestCase::getInfo function d7-tests/rules_test_case.test
RulesTestDataCase::getInfo function d7-tests/rules_test_data_case.test
RulesTriggerableInterface::getEventNames function src/Core/RulesTriggerableInterface.php Gets machine names of all events the rule is reacting on.
RulesTriggerableInterface::getEvents function src/Core/RulesTriggerableInterface.php Gets configuration of all events the rule is reacting on.
RulesTriggerTestCase::getInfo function d7-tests/rules_test_trigger_case.test
RulesUiComponentProviderInterface::getComponent function src/Ui/RulesUiComponentProviderInterface.php Gets the Rules component to be edited.
RulesUiConfigHandler::getBaseRouteUrl function src/Ui/RulesUiConfigHandler.php Returns the URL of the base route, based on the current URL.
RulesUiConfigHandler::getComponent function src/Ui/RulesUiConfigHandler.php Gets the currently edited component.
RulesUiConfigHandler::getComponentLabel function src/Ui/RulesUiConfigHandler.php Gets the human-readable label of the component.
RulesUiConfigHandler::getConfig function src/Ui/RulesUiConfigHandler.php Gets the edited config object.
RulesUiConfigHandler::getForm function src/Ui/RulesUiConfigHandler.php Gets the component form, ready to be embedded in some other form.
RulesUiConfigHandler::getUrlFromRoute function src/Ui/RulesUiConfigHandler.php Gets an URL for a Rules UI route.
RulesUiDefinition::getClass function src/Ui/RulesUiDefinition.php Gets the class.
RulesUiDefinition::getProvider function src/Ui/RulesUiDefinition.php Gets the plugin provider.
RulesUiHandlerInterface::getBaseRouteUrl function src/Ui/RulesUiHandlerInterface.php Returns the URL of the base route, based on the current URL.
RulesUiHandlerInterface::getComponent function src/Ui/RulesUiHandlerInterface.php Gets the currently edited component.
RulesUiHandlerInterface::getComponentLabel function src/Ui/RulesUiHandlerInterface.php Gets the human-readable label of the component.
RulesUiHandlerInterface::getForm function src/Ui/RulesUiHandlerInterface.php Gets the component form, ready to be embedded in some other form.
RulesUiHandlerInterface::getLockMetaData function src/Ui/RulesUiHandlerInterface.php Provides information which user at which time locked the rule for editing.
RulesUiHandlerInterface::getPluginDefinition function src/Ui/RulesUiHandlerInterface.php
RulesUiHandlerInterface::getUrlFromRoute function src/Ui/RulesUiHandlerInterface.php Gets an URL for a Rules UI route.
RulesUiHandlerTrait::getRulesUiHandler function src/Ui/RulesUiHandlerTrait.php Gets the rules UI handler of the current route.
RulesUiManagerInterface::getDefinition function src/Ui/RulesUiManagerInterface.php
RulesUiManagerInterface::getDefinitions function src/Ui/RulesUiManagerInterface.php
RulesUiRouteSubscriber::getSubscribedEvents function src/Routing/RulesUiRouteSubscriber.php
SettingsForm::getEditableConfigNames function tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php Gets the configuration names that will be editable.
SettingsForm::getFormId function tests/modules/rules_test_ui_embed/src/Form/SettingsForm.php Returns a unique string identifying the form.
SiteContext::getAvailableContexts function src/ContextProvider/SiteContext.php Gets all available contexts for the purposes of configuration.
SiteContext::getRuntimeContexts function src/ContextProvider/SiteContext.php Gets runtime context values for the given context IDs.
SiteContextTest::testGetAvailableContexts function tests/src/Kernel/ContextProvider/SiteContextTest.php @covers ::getAvailableContexts
SiteDataDefinition::getPropertyDefinitions function src/TypedData/Type/SiteDataDefinition.php Gets an array of property definitions of contained properties.
SystemMessageTest class tests/src/Unit/Integration/RulesAction/SystemMessageTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\SystemMessage
@group RulesAction
SystemMessageTest.php file tests/src/Unit/Integration/RulesAction/SystemMessageTest.php
SystemMessageTest::$action property tests/src/Unit/Integration/RulesAction/SystemMessageTest.php The action to be tested.
SystemMessageTest::clearMessages function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Clears the statically stored messages.
SystemMessageTest::getMessages function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Retrieves the stored messages.
SystemMessageTest::setUp function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php
SystemMessageTest::testActionExecution function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Tests the action execution.
SystemMessageTest::testOptionalRepeat function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Tests that the action works if the optional repeat flag is not set.
SystemMessageTest::testSummary function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Tests the summary.
TempStorageTest class tests/src/Functional/TempStorageTest.php Tests that editing a rule locks it for another user.
TempStorageTest.php file tests/src/Functional/TempStorageTest.php
TempStorageTest::$modules property tests/src/Functional/TempStorageTest.php Modules to enable.
TempStorageTest::$profile property tests/src/Functional/TempStorageTest.php We use the minimal profile because we want to test local action links.
TempStorageTest::testLocking function tests/src/Functional/TempStorageTest.php Tests that editing a rule locks it for another user.