class SchemaMoviePotentialAction in Schema.org Metatag 7
Provides a plugin for the 'schema_movie_potential_action' meta tag.
Hierarchy
- class \DrupalDefaultMetaTag implements DrupalMetaTagInterface
- class \DrupalTextMetaTag
- class \SchemaNameBase implements SchemaMetatagTestTagInterface
- class \SchemaActionBase uses SchemaActionTrait
- class \SchemaMoviePotentialAction
- class \SchemaActionBase uses SchemaActionTrait
- class \SchemaNameBase implements SchemaMetatagTestTagInterface
- class \DrupalTextMetaTag
Expanded class hierarchy of SchemaMoviePotentialAction
1 string reference to 'SchemaMoviePotentialAction'
- schema_movie_metatag_info in schema_movie/
schema_movie.metatag.inc - Implements hook_metatag_info().
File
- schema_movie/
src/ SchemaMoviePotentialAction.php, line 6
View source
class SchemaMoviePotentialAction extends SchemaActionBase {
/**
* Generate a form element for this meta tag.
*/
public function getForm(array $options = []) {
$this->actions = [
'Action',
'ConsumeAction',
'WatchAction',
'ViewAction',
];
$form = parent::getForm($options);
return $form;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DrupalDefaultMetaTag:: |
protected | property | The values submitted for this tag. | |
DrupalDefaultMetaTag:: |
protected | property | All of the basic information about this tag. | |
DrupalDefaultMetaTag:: |
protected | property | This item's weight; used for sorting the output. | |
DrupalDefaultMetaTag:: |
protected | function | Make sure a given URL is absolute. | |
DrupalDefaultMetaTag:: |
public | function |
Calculate the weight of this meta tag. Overrides DrupalMetaTagInterface:: |
|
DrupalDefaultMetaTag:: |
protected | function | Identify the maximum length of which strings will be allowed. | |
DrupalDefaultMetaTag:: |
public static | function |
Copied from text.module with the following changes:. Overrides DrupalMetaTagInterface:: |
|
DrupalDefaultMetaTag:: |
protected | function | Remove unwanted formatting from a meta tag. | |
DrupalDefaultMetaTag:: |
protected | function | Shorten a string to a certain length using ::textSummary(). | |
DrupalTextMetaTag:: |
public | function |
Get the string value of this meta tag. Overrides DrupalDefaultMetaTag:: |
1 |
SchemaActionBase:: |
protected | property | Allowed actions. | |
SchemaActionBase:: |
public static | function |
Provide a test output value for the input value. Overrides SchemaNameBase:: |
|
SchemaActionBase:: |
public static | function |
Provide a test input value for the property that will validate. Overrides SchemaNameBase:: |
|
SchemaActionBase:: |
public | function |
Constructor. Overrides SchemaNameBase:: |
|
SchemaActionTrait:: |
public | function | Create the form element. | |
SchemaActionTrait:: |
public static | function | Return an array of all actions for an action type. | |
SchemaActionTrait:: |
public static | function | Return an array of the unique properties for an action type. | |
SchemaActionTrait:: |
public static | function | All action types. | |
SchemaActionTrait:: |
public static | function | Get the action type for a given action. | |
SchemaActionTrait:: |
public static | function | Get an array of all actions, grouped by action type. | |
SchemaActionTrait:: |
abstract protected | function |
Return the SchemaMetatagManager. Overrides SchemaPersonOrgTrait:: |
1 |
SchemaImageTrait:: |
public | function | The form element. | |
SchemaMoviePotentialAction:: |
public | function |
Generate a form element for this meta tag. Overrides SchemaActionBase:: |
|
SchemaNameBase:: |
protected | property | The schemaMetatagManager service. | |
SchemaNameBase:: |
public | function | ||
SchemaNameBase:: |
public | function |
Get the HTML tag for this meta tag. Overrides DrupalDefaultMetaTag:: |
1 |
SchemaNameBase:: |
public | function | ||
SchemaNameBase:: |
public | function | ||
SchemaNameBase:: |
public | function | ||
SchemaNameBase:: |
public static | function | Nested elements that cannot be exploded. | |
SchemaNameBase:: |
public static | function |
Transform input value to its display output. Overrides SchemaMetatagTestTagInterface:: |
2 |
SchemaNameBase:: |
public static | function | ||
SchemaNameBase:: |
protected | function | Process an individual item. | |
SchemaNameBase:: |
public static | function |
Explode a test value. Overrides SchemaMetatagTestTagInterface:: |
|
SchemaNameBase:: |
public static | function |
Random absolute url for testing. Overrides SchemaMetatagTestTagInterface:: |
|
SchemaNameBase:: |
public | function | ||
SchemaNameBase:: |
public static | function |
Provide a random test value. Overrides SchemaMetatagTestTagInterface:: |
|
SchemaNameBase:: |
public | function | ||
SchemaNameBase:: |
protected | function | The #states visibility selector for this element. | |
SchemaPersonOrgTrait:: |
public | function | The form element. |