RequestMatcher::checkIp6 |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php |
Validates an IPv6 address. |
AccessManager::$checkIds |
property |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Array of registered access check service ids. |
AccessManager::setChecks |
function |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
For each route, saves a list of applicable access checks to the route. |
AccessManager::loadCheck |
function |
drupal/core/lib/Drupal/Core/Access/AccessManager.php |
Lazy-loads access check services. |
RegisterAccessChecksPass |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php |
Adds services tagged 'access_check' to the access_manager service. |
FilterManager::checkName |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php |
Checks that a name is valid. |
PasswordInterface::check |
function |
drupal/core/lib/Drupal/Core/Password/PasswordInterface.php |
Check whether a plain text password matches a stored hashed password. |
AccessCheckInterface.php |
file |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
Contains Drupal\Core\Access\AccessCheckInterface. |
form_type_checkbox_value |
function |
drupal/core/includes/form.inc |
Determines the value for a checkbox form element. |
CronAccessCheck::applies |
function |
drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php |
Implements AccessCheckInterface::applies(). |
Tasks::checkBinaryOutput |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php |
Check Binary Output. |
PollVoteCheckHostnameTest |
class |
drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteCheckHostnameTest.php |
|
DateTimePlus::checkErrors |
function |
drupal/core/lib/Drupal/Component/Datetime/DateTimePlus.php |
Examines getLastErrors() to see what errors to report. |
_update_requirement_check |
function |
drupal/core/modules/update/update.install |
Fills in the requirements array. |
Tasks::checkEngineVersion |
function |
drupal/core/lib/Drupal/Core/Database/Install/Tasks.php |
Check the engine version. |
drupal_check_memory_limit |
function |
drupal/core/includes/bootstrap.inc |
Compares the memory required for an operation to the available memory. |
PermissionAccessCheck.php |
file |
drupal/core/lib/Drupal/Core/Access/PermissionAccessCheck.php |
Contains Drupal\Core\Access\PermissionAccessCheck. |
update_check_requirements |
function |
drupal/core/update.php |
Checks update requirements and reports errors and (optionally) warnings. |
form_test_checkboxes_zero |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
|
install_check_requirements |
function |
drupal/core/includes/install.core.inc |
Checks installation requirements and reports any errors. |
DefaultAccessCheck::access |
function |
drupal/core/lib/Drupal/Core/Access/DefaultAccessCheck.php |
Implements AccessCheckInterface::access(). |
CurlMulti::checkCurlResult |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Throw an exception for a cURL multi response if needed |
CheckReferenceValidityPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php |
Checks the validity of references |
form_type_checkboxes_value |
function |
drupal/core/includes/form.inc |
Determines the value for a checkboxes form element. |
CheckCircularReferencesPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php |
Checks your services for circular references |
DefaultAccessCheck::applies |
function |
drupal/core/lib/Drupal/Core/Access/DefaultAccessCheck.php |
Implements AccessCheckInterface::applies(). |
views_process_check_options |
function |
drupal/core/modules/views/views.module |
#process callback to see if we need to check_plain() the options. |
RegisterAccessCheck::access |
function |
drupal/core/modules/user/lib/Drupal/user/Access/RegisterAccessCheck.php |
Implements AccessCheckInterface::access(). |
CheckDefinitionValidityPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php |
This pass validates each definition individually only taking the information
into account which is contained in the definition itself. |
_forum_node_check_node_type |
function |
drupal/core/modules/forum/forum.module |
Checks whether a node can be used in a forum, based on its content type. |
QueryInterface::accessCheck |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
|
TestBase::checkRequirements |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Checks the matching requirements for Test. |
PhpassHashedPassword::check |
function |
drupal/core/lib/Drupal/Core/Password/PhpassHashedPassword.php |
Implements Drupal\Core\Password\PasswordInterface::checkPassword(). |
form_test_checkboxes_radios |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form constructor to test expansion of #type checkboxes and radios. |
Callbacks::checkboxCallback |
function |
drupal/core/modules/system/tests/modules/ajax_forms_test/lib/Drupal/ajax_forms_test/Callbacks.php |
Ajax callback triggered by checkbox. |
update_check_incompatibility |
function |
drupal/core/includes/update.inc |
Helper function to test compatibility of a module or theme. |
AccessCheckInterface::access |
function |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
Checks for access to route. |
RegisterAccessCheck::applies |
function |
drupal/core/modules/user/lib/Drupal/user/Access/RegisterAccessCheck.php |
Implements AccessCheckInterface::applies(). |
RegisterAccessChecksPass.php |
file |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php |
Contains Drupal\Core\DependencyInjection\Compiler\RegisterAccessChecksPass. |
drupal_check_incompatibility |
function |
drupal/core/includes/common.inc |
Checks whether a version is compatible with a given dependency. |
locale_translation_http_check |
function |
drupal/core/modules/locale/locale.batch.inc |
Check if remote file exists and when it was last updated. |
DatabaseBackend::checksumTags |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Returns the sum total of validations for a given set of tags. |
PollVoteCheckHostnameTest.php |
file |
drupal/core/modules/poll/lib/Drupal/poll/Tests/PollVoteCheckHostnameTest.php |
Definition of Drupal\poll\Tests\PollVoteCheckHostnameTest. |
AccessCheckInterface::applies |
function |
drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php |
Declares whether the access check applies to a specific route or not. |
PermissionAccessCheck::access |
function |
drupal/core/lib/Drupal/Core/Access/PermissionAccessCheck.php |
Implements AccessCheckInterface::access(). |
CrossCheckTest::$fixturesPath |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php |
|
WebTestBase::checkPermissions |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Check to make sure that the array of permissions are valid. |
MissingCheckedRequirementsTest |
class |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingCheckedRequirementsTest.php |
Tests missing requirements to run test. |
SchemaTest::checkSchemaComment |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/SchemaTest.php |
Checks that a table or column comment matches a given description. |
PermissionAccessCheck::applies |
function |
drupal/core/lib/Drupal/Core/Access/PermissionAccessCheck.php |
Implements AccessCheckInterface::applies(). |