Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AlterableInterface | interface | core/ |
Interface for a query that can be manipulated via an alter hook. |
AlterableInterface.php | file | core/ |
|
AlterableInterface::addMetaData | function | core/ |
Adds additional metadata to the query. |
AlterableInterface::addTag | function | core/ |
Adds a tag to a query. |
AlterableInterface::getMetaData | function | core/ |
Retrieves a given piece of metadata. |
AlterableInterface::hasAllTags | function | core/ |
Determines if a given query has all specified tags. |
AlterableInterface::hasAnyTag | function | core/ |
Determines if a given query has any specified tag. |
AlterableInterface::hasTag | function | core/ |
Determines if a given query has a given tag. |
AlterTest | class | core/ |
Tests the hook_query_alter capabilities of the Select builder. |
AlterTest | class | core/ |
Tests alteration of arguments passed to \Drupal::moduleHandler->alter(). |
AlterTest | class | core/ |
Tests hook_form_alter() and hook_form_FORM_ID_alter(). |
AlterTest.php | file | core/ |
|
AlterTest.php | file | core/ |
|
AlterTest.php | file | core/ |
|
AlterTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AlterTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AlterTest::$modules | property | core/ |
Modules to enable. |
AlterTest::$modules | property | core/ |
Modules to enable. |
AlterTest::testAlterChangeConditional | function | core/ |
Tests that we can alter a query's conditionals. |
AlterTest::testAlterChangeFields | function | core/ |
Tests that we can alter the fields of a query. |
AlterTest::testAlterExpression | function | core/ |
Tests that we can alter expressions in the query. |
AlterTest::testAlterRemoveRange | function | core/ |
Tests that we can remove a range() value from a query. |
AlterTest::testAlterWithJoin | function | core/ |
Tests that we can alter the joins on a query. |
AlterTest::testDrupalAlter | function | core/ |
Tests if the theme has been altered. |
AlterTest::testExecutionOrder | function | core/ |
Tests execution order of hook_form_alter() and hook_form_FORM_ID_alter(). |
AlterTest::testSimpleAlter | function | core/ |
Tests that we can do basic alters. |
AlterTest::testSimpleAlterSubquery | function | core/ |
Tests that we can do basic alters on subqueries. |
AmbiguousBundleClassException | class | core/ |
Exception thrown if a bundle class is defined for multiple bundles. |
AmbiguousBundleClassException.php | file | core/ |
|
AmbiguousBundleClassException::__construct | function | core/ |
Constructs an AmbiguousBundleClassException. |
AmbiguousEntityClassException | class | core/ |
Exception thrown if multiple entity types exist for an entity class. |
AmbiguousEntityClassException.php | file | core/ |
|
AmbiguousEntityClassException::__construct | function | core/ |
Constructs an AmbiguousEntityClassException. |
Analyze | class | core/ |
Displays analysis information for a view. |
Analyze.php | file | core/ |
|
Analyze::buildForm | function | core/ |
Form constructor. |
Analyze::getFormId | function | core/ |
Returns a unique string identifying the form. |
Analyze::getFormKey | function | core/ |
Returns the key that represents this form. |
Analyze::submitForm | function | core/ |
Form submission handler. |
Analyzer | class | core/ |
View analyzer plugin manager. |
Analyzer.php | file | core/ |
|
Analyzer::$moduleHandler | property | core/ |
A module handler that invokes the 'views_analyze' hook. |
Analyzer::formatMessage | function | core/ |
Formats an analysis message. |
Analyzer::formatMessages | function | core/ |
Formats the analyze result into a message string. |
Analyzer::getMessages | function | core/ |
Analyzes a review and return the results. |
Analyzer::__construct | function | core/ |
Constructs an Analyzer object. |
AnalyzeTest | class | core/ |
Tests the views analyze system. |
AnalyzeTest.php | file | core/ |
|
AnalyzeTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AnalyzeTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.