TaxonomyIndexTid::query |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/TaxonomyIndexTid.php |
Add this term to the query |
View::generateDisplayId |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/Core/Entity/View.php |
Generates a display ID of a certain plugin type. |
FileFieldWidgetTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Definition of Drupal\file\Tests\FileFieldWidgetTest. |
Node::validate_argument |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php |
|
WidgetPluginManager.php |
file |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetPluginManager.php |
Definition of Drupal\field\Plugin\Type\Widget\WidgetPluginManager. |
WidgetBaseInterface.php |
file |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBaseInterface.php |
Definition of Drupal\field\Plugin\Type\Widget\WidgetBaseInterface. |
IndexTid::defineOptions |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTid.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views-view-grid.tpl.php |
file |
drupal/core/modules/views/theme/views-view-grid.tpl.php |
Default simple view template to display a rows in a grid. |
CacheProvider::contains |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php |
Test if an entry exists in the cache. |
Term::validate_argument |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument_validator/Term.php |
|
ValidationTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php |
|
CacheProvider::getStats |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php |
Retrieves cached information from data store |
CacheProvider::flushAll |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php |
Deletes all cache entries. |
file_test_file_validate |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Implements hook_file_validate(). |
None::validate_argument |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/None.php |
|
CacheProvider::doDelete |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/CacheProvider.php |
Deletes a cache entry. |
Date::validateValidTime |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Date.php |
Validate that the time values convert to something usable. |
form_test_validate_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form builder for testing drupal_validate_form(). |
taxonomy_field_validate |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_field_validate(). |
SessionInterface::getId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Returns the session ID. |
SessionInterface::setId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Sets the session ID |
ViewExecutable::$dom_id |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
A unique identifier which allows to update multiple views output via js. |
file_field_widget_value |
function |
drupal/core/modules/file/file.field.inc |
Render API callback: Retrieves the value for the file_generic field element. |
FieldInfo::getFieldById |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Returns a field definition from a field ID. |
field_info_widget_types |
function |
drupal/core/modules/field/field.info.inc |
Returns information about field widgets from AnnotatedClassDiscovery. |
UuidUpgradePathTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UuidUpgradePathTest.php |
Definition of Drupal\system\Tests\Upgrade\UuidUpgradePathTest. |
Config::$overriddenData |
property |
drupal/core/lib/Drupal/Core/Config/Config.php |
The current runtime data ($data + $overrides). |
field_info_field_by_ids |
function |
drupal/core/modules/field/field.info.inc |
Returns the same data as field_info_field_by_id() for every field. |
form_test_range_invalid |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form constructor for testing invalid #type 'range' elements. |
PluginBase::getPluginId |
function |
drupal/core/lib/Drupal/Component/Plugin/PluginBase.php |
Implements Drupal\Component\Plugin\PluginInterface::getPluginId(). |
Callbacks::validateName |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/Callbacks.php |
Form element validation handler for 'name' in form_test_validate_form(). |
openid_verify_assertion |
function |
drupal/core/modules/openid/openid.module |
Attempt to verify the response received from the OpenID Provider. |
ContactSitewideTest.php |
file |
drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php |
Definition of Drupal\contact\Tests\ContactSitewideTest. |
openid_user_delete_form |
function |
drupal/core/modules/openid/openid.pages.inc |
Menu callback; Delete the specified OpenID identity from the system. |
FieldItemBase::validate |
function |
drupal/core/lib/Drupal/Core/Entity/Field/FieldItemBase.php |
Implements TypedDataInterface::validate(). |
ArgumentUserUIDTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Comment/ArgumentUserUIDTest.php |
Definition of Drupal\views\Tests\Comment\ArgumentUserUIDTest. |
FileWidget::settingsForm |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php |
Implements \Drupal\field\Plugin\Type\Widget\WidgetInterface::settingsForm(). |
Container::getServiceIds |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
Gets all service ids. |
Query::$uniqueIdentifier |
property |
drupal/core/lib/Drupal/Core/Database/Query/Query.php |
A unique identifier for this query object. |
EntityCrudHookTest::$ids |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
|
Schema::uniqueIdentifier |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Implements PlaceHolderInterface::uniqueIdentifier(). |
user_uid_optional_to_arg |
function |
drupal/core/modules/user/user.module |
Returns $arg or the user ID of the current user if $arg is '%' or empty. |
CookieTest::invalidNames |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/CookieTest.php |
|
EntityUUIDTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Modules to enable. |
BackendChain::invalidate |
function |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Implements Drupal\Core\Cache\CacheBackendInterface::invalidate(). |
DRUPAL_AUTHENTICATED_RID |
constant |
drupal/core/includes/bootstrap.inc |
Role ID for authenticated users; should match what's in the "role" table. |
user_login_name_validate |
function |
drupal/core/modules/user/user.module |
A FAPI validate handler. Sets an error if supplied username has been blocked. |
EntityUUIDTest::testCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php |
Tests UUID generation in entity CRUD operations. |
WidgetBase::settingsForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::settingsForm(). |
WidgetBase::errorElement |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::errorElement(). |