AccessResultNeutral::isNeutral |
function |
core/lib/Drupal/Core/Access/AccessResultNeutral.php |
Checks whether this access result indicates access is not yet determined. |
AccessResultNeutral::setReason |
function |
core/lib/Drupal/Core/Access/AccessResultNeutral.php |
Sets the reason for this access result. |
AccessResultNeutral::__construct |
function |
core/lib/Drupal/Core/Access/AccessResultNeutral.php |
Constructs a new AccessResultNeutral instance. |
AccessResultNeutralTest |
class |
core/tests/Drupal/Tests/Core/Access/AccessResultNeutralTest.php |
Tests Drupal\Core\Access\AccessResultNeutral. |
AccessResultNeutralTest.php |
file |
core/tests/Drupal/Tests/Core/Access/AccessResultNeutralTest.php |
|
AccessResultNeutralTest::testConstruction |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultNeutralTest.php |
Tests the construction of an AccessResultForbidden object. |
AccessResultNeutralTest::testSetReason |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultNeutralTest.php |
Tests setReason() |
AccessResultReasonInterface |
interface |
core/lib/Drupal/Core/Access/AccessResultReasonInterface.php |
Interface for access result value objects with stored reason for developers. |
AccessResultReasonInterface.php |
file |
core/lib/Drupal/Core/Access/AccessResultReasonInterface.php |
|
AccessResultReasonInterface::getReason |
function |
core/lib/Drupal/Core/Access/AccessResultReasonInterface.php |
Gets the reason for this access result. |
AccessResultReasonInterface::setReason |
function |
core/lib/Drupal/Core/Access/AccessResultReasonInterface.php |
Sets the reason for this access result. |
AccessResultTest |
class |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests Drupal\Core\Access\AccessResult. |
AccessResultTest.php |
file |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
|
AccessResultTest::$cacheContextsManager |
property |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
The cache contexts manager. |
AccessResultTest::andOrCacheabilityPropagationProvider |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Provides a list of access result pairs and operations to test. |
AccessResultTest::assertDefaultCacheability |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
@internal |
AccessResultTest::providerTestAllowedIfHasPermissions |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Provides data for the testAllowedIfHasPermissions() method. |
AccessResultTest::setUp |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
|
AccessResultTest::testAccessAllowed |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests access allowed. |
AccessResultTest::testAccessConditionallyAllowed |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests access conditionally allowed. |
AccessResultTest::testAccessConditionallyForbidden |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests access conditionally forbidden. |
AccessResultTest::testAccessForbidden |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests access forbidden. |
AccessResultTest::testAccessForbiddenReason |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests access forbidden reason. |
AccessResultTest::testAllowedIfHasPermissions |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests allowedIfHasPermissions(). |
AccessResultTest::testAndIf |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests and if. |
AccessResultTest::testAndOrCacheabilityPropagation |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests and or cacheability propagation. |
AccessResultTest::testCacheContexts |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests cache contexts. |
AccessResultTest::testCacheMaxAge |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests cache max age. |
AccessResultTest::testCacheTags |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests cache tags. |
AccessResultTest::testConstruction |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests the construction of an AccessResult object. |
AccessResultTest::testInheritCacheability |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests inherit cacheability. |
AccessResultTest::testOrIf |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests or if. |
AccessResultTest::testOrIfCacheabilityMerging |
function |
core/tests/Drupal/Tests/Core/Access/AccessResultTest.php |
Tests orIf(). |
AreaResultTest |
class |
core/modules/views/tests/src/Kernel/Handler/AreaResultTest.php |
Tests the result area handler. |
AreaResultTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/AreaResultTest.php |
|
AreaResultTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/AreaResultTest.php |
Views to be enabled. |
AreaResultTest::testResult |
function |
core/modules/views/tests/src/Kernel/Handler/AreaResultTest.php |
Tests the results area handler. |
AreaResultTest::testResultEmpty |
function |
core/modules/views/tests/src/Kernel/Handler/AreaResultTest.php |
Tests the results area handler. |
AttributeTest::getXPathResultCount |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Counts the occurrences of the given XPath query in a given HTML snippet. |
AuditResult |
class |
core/modules/migrate/src/Audit/AuditResult.php |
Encapsulates the result of a migration audit. |
AuditResult.php |
file |
core/modules/migrate/src/Audit/AuditResult.php |
|
AuditResult::$migration |
property |
core/modules/migrate/src/Audit/AuditResult.php |
The audited migration. |
AuditResult::$reasons |
property |
core/modules/migrate/src/Audit/AuditResult.php |
The reasons why the migration passed or failed the audit. |
AuditResult::$status |
property |
core/modules/migrate/src/Audit/AuditResult.php |
The result of the audit (TRUE if passed, FALSE otherwise). |
AuditResult::addReason |
function |
core/modules/migrate/src/Audit/AuditResult.php |
Adds a reason why the migration passed or failed the audit. |
AuditResult::count |
function |
core/modules/migrate/src/Audit/AuditResult.php |
Implements \Countable::count() for Twig template compatibility. |
AuditResult::fail |
function |
core/modules/migrate/src/Audit/AuditResult.php |
Creates a failing audit result for a migration. |
AuditResult::getMigration |
function |
core/modules/migrate/src/Audit/AuditResult.php |
Returns the audited migration. |
AuditResult::jsonSerialize |
function |
core/modules/migrate/src/Audit/AuditResult.php |
Returns the reasons the migration passed or failed, for JSON serialization. |
AuditResult::pass |
function |
core/modules/migrate/src/Audit/AuditResult.php |
Creates a passing audit result for a migration. |