| RulesComponentEditForm::buildForm |
function |
src/Form/RulesComponentEditForm.php |
Form constructor. |
| RulesComponentEditForm::cancel |
function |
src/Form/RulesComponentEditForm.php |
Form submission handler for the 'cancel' action. |
| RulesComponentEditForm::form |
function |
src/Form/RulesComponentEditForm.php |
Gets the actual form array to be built. |
| RulesComponentEditForm::getTitle |
function |
src/Form/RulesComponentEditForm.php |
Title callback: also display the rule label. |
| RulesComponentEditForm::prepareEntity |
function |
src/Form/RulesComponentEditForm.php |
Prepares the entity object before the form is built first. |
| RulesComponentEditForm::save |
function |
src/Form/RulesComponentEditForm.php |
Form submission handler for the 'save' action. |
| RulesComponentEditForm::validateForm |
function |
src/Form/RulesComponentEditForm.php |
Form validation handler. |
| RulesComponentFormBase |
class |
src/Form/RulesComponentFormBase.php |
Provides the base form for rules add and edit forms. |
| RulesComponentFormBase.php |
file |
src/Form/RulesComponentFormBase.php |
|
| RulesComponentFormBase::$expressionManager |
property |
src/Form/RulesComponentFormBase.php |
The Rules expression manager to get expression plugins. |
| RulesComponentFormBase::create |
function |
src/Form/RulesComponentFormBase.php |
Instantiates a new instance of this class. |
| RulesComponentFormBase::entityTagsBuilder |
function |
src/Form/RulesComponentFormBase.php |
Callback method for the #entity_builder form property. |
| RulesComponentFormBase::exists |
function |
src/Form/RulesComponentFormBase.php |
Machine name exists callback. |
| RulesComponentFormBase::form |
function |
src/Form/RulesComponentFormBase.php |
Gets the actual form array to be built. |
| RulesComponentFormBase::__construct |
function |
src/Form/RulesComponentFormBase.php |
Creates a new object of this class. |
| RulesComponentListBuilder |
class |
src/Controller/RulesComponentListBuilder.php |
Defines a class to build a listing of RulesComponentConfig entities. |
| RulesComponentListBuilder.php |
file |
src/Controller/RulesComponentListBuilder.php |
|
| RulesComponentListBuilder::$expressionManager |
property |
src/Controller/RulesComponentListBuilder.php |
The expression manager. |
| RulesComponentListBuilder::buildHeader |
function |
src/Controller/RulesComponentListBuilder.php |
Building the header and content lines for the contact list. |
| RulesComponentListBuilder::buildOperations |
function |
src/Controller/RulesComponentListBuilder.php |
Builds a renderable list of operation links for the entity. |
| RulesComponentListBuilder::buildRow |
function |
src/Controller/RulesComponentListBuilder.php |
Builds a row for an entity in the entity listing. |
| RulesComponentListBuilder::createInstance |
function |
src/Controller/RulesComponentListBuilder.php |
Instantiates a new instance of this entity handler. |
| RulesComponentListBuilder::render |
function |
src/Controller/RulesComponentListBuilder.php |
Builds the entity listing as renderable array for table.html.twig. |
| RulesComponentListBuilder::__construct |
function |
src/Controller/RulesComponentListBuilder.php |
Constructs a new RulesComponentListBuilder object. |
| RulesComponentListBuilderTest |
class |
tests/src/Functional/RulesComponentListBuilderTest.php |
Tests that the Rules Component list builder pages work. |
| RulesComponentListBuilderTest.php |
file |
tests/src/Functional/RulesComponentListBuilderTest.php |
|
| RulesComponentListBuilderTest::$adminUser |
property |
tests/src/Functional/RulesComponentListBuilderTest.php |
A user with administration permissions. |
| RulesComponentListBuilderTest::$modules |
property |
tests/src/Functional/RulesComponentListBuilderTest.php |
Modules to enable. |
| RulesComponentListBuilderTest::$profile |
property |
tests/src/Functional/RulesComponentListBuilderTest.php |
We use the minimal profile because we want to test local action links. |
| RulesComponentListBuilderTest::$storage |
property |
tests/src/Functional/RulesComponentListBuilderTest.php |
The entity storage for Rules config entities. |
| RulesComponentListBuilderTest::setUp |
function |
tests/src/Functional/RulesComponentListBuilderTest.php |
|
| RulesComponentListBuilderTest::testCancelExpressionInComponent |
function |
tests/src/Functional/RulesComponentListBuilderTest.php |
Tests that cancelling an expression from a component works. |
| RulesComponentListBuilderTest::testCreateRulesComponent |
function |
tests/src/Functional/RulesComponentListBuilderTest.php |
Tests that creating a rules component works. |
| RulesComponentListBuilderTest::testDeleteExpressionInComponent |
function |
tests/src/Functional/RulesComponentListBuilderTest.php |
Tests that deleting an expression from a rule works. |
| RulesComponentListBuilderTest::testMultipleContextAction |
function |
tests/src/Functional/RulesComponentListBuilderTest.php |
Tests that an action with a 'multiple' context can be configured. |
| RulesComponentListBuilderTest::testNegatedCondition |
function |
tests/src/Functional/RulesComponentListBuilderTest.php |
Tests that a negated condition has NOT prefixed to its label. |
| RulesComponentListBuilderTest::testNoContextCondition |
function |
tests/src/Functional/RulesComponentListBuilderTest.php |
Tests that a condition with no context can be configured. |
| RulesComponentListBuilderTest::testRuleComponentPage |
function |
tests/src/Functional/RulesComponentListBuilderTest.php |
Tests that the rule component listing page is reachable. |
| RulesComponentRepository |
class |
src/Engine/RulesComponentRepository.php |
Provides an implementation of the component repository service. |
| RulesComponentRepository.php |
file |
src/Engine/RulesComponentRepository.php |
|
| RulesComponentRepository::$cacheBackend |
property |
src/Engine/RulesComponentRepository.php |
Cache backend instance. |
| RulesComponentRepository::$components |
property |
src/Engine/RulesComponentRepository.php |
Static cache of loaded components. |
| RulesComponentRepository::$langcode |
property |
src/Engine/RulesComponentRepository.php |
The current language code. |
| RulesComponentRepository::$languageManager |
property |
src/Engine/RulesComponentRepository.php |
The language manager. |
| RulesComponentRepository::$resolvers |
property |
src/Engine/RulesComponentRepository.php |
Array of component resolvers, keyed by provider. |
| RulesComponentRepository::addComponentResolver |
function |
src/Engine/RulesComponentRepository.php |
Adds a component resolver. |
| RulesComponentRepository::get |
function |
src/Engine/RulesComponentRepository.php |
Gets the component for the given ID. |
| RulesComponentRepository::getMultiple |
function |
src/Engine/RulesComponentRepository.php |
Gets the components for the given IDs. |
| RulesComponentRepository::__construct |
function |
src/Engine/RulesComponentRepository.php |
Constructs the object. |
| RulesComponentRepositoryInterface |
interface |
src/Engine/RulesComponentRepositoryInterface.php |
Interface for the component repository. |